#AF67E7

Color #AF67E7 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AF67E7

Tints of Amethyst #AF67E7

Color information

#AF67E7 (or 0xAF67E7) is unknown color: approx Amethyst. HEX triplet: AF, 67 and E7. RGB value is (175,103,231). Sum of RGB (Red+Green+Blue) = 175+103+231=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF67E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF67E7 is #509818. Grayscale: #8A8A8A. Windows color (decimal): -5281817 or 15165359. OLE color: 15165359.

HSL color Cylindrical-coordinate representation of color #AF67E7: hue angle of 273.75º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF67E7 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175103231-
CMYK0.240.5500.09
HSL273.75º72.73%65.49%-
HSV(B)273.75º55.41%90.59%-
XYZ36.9524.5878.4-
YUV139.12179.85153.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 103 (40.62% from 255) = 20.24%
BLUE value IS 231 (90.62% from 255) = 45.38%
R=34.38%
G=20.24%
B=45.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751032310.240.5500.09273.7572.7365.49
HexAF67E71837091124941
Octal2571473473067011422111101
Binary10101111110011111100111110001101110100110001001010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67E7; }

 p { color: rgb(175,103,231); }

 H1.HeaderClassName
 {
   color: #AF67E7;
 }
 .AnyTagClassName
 {
   color: #AF67E7;
 }
</style>
background-color css

<style>
 a { background-color: #AF67E7; }

 a { background-color: rgb(175,103,231); }

 div.DivClassName
 {
   background-color: #AF67E7;
 }
 .BgClassName
 {
   background-color: #AF67E7;
 }
</style>
border-color css

<style>
 span { border-color: #AF67E7; }

 span { border-color: rgb(175,103,231); }

 td.TdClassName
 {
   border-color: #AF67E7;
 }
 .TagClassName
 {
   border-color: #AF67E7;
 }
</style>