#AF6CD4

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

Shades of Amethyst #AF6CD4

Tints of Amethyst #AF6CD4

Color information

#AF6CD4 (or 0xAF6CD4) is unknown color: approx Amethyst. HEX triplet: AF, 6C and D4. RGB value is (175,108,212). Sum of RGB (Red+Green+Blue) = 175+108+212=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF6CD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CD4 is #50932B. Grayscale: #8B8B8B. Windows color (decimal): -5280556 or 13921455. OLE color: 13921455.

HSL color Cylindrical-coordinate representation of color #AF6CD4: hue angle of 278.65º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6CD4 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175108212-
CMYK0.170.4900.17
HSL278.65º54.74%62.75%-
HSV(B)278.65º49.06%83.14%-
XYZ34.9324.5965.19-
YUV139.89168.7153.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=35.35%
G=21.82%
B=42.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751082120.170.4900.17278.6554.7462.75
HexAF6CD41131011117373f
Octal25715432421610214276777
Binary1010111111011001101010010001110001010001100010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6CD4; }

 p { color: rgb(175,108,212); }

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

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

 a { background-color: rgb(175,108,212); }

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

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

 span { border-color: rgb(175,108,212); }

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