#AF6AD6

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

Shades of Amethyst #AF6AD6

Tints of Amethyst #AF6AD6

Color information

#AF6AD6 (or 0xAF6AD6) is unknown color: approx Amethyst. HEX triplet: AF, 6A and D6. RGB value is (175,106,214). Sum of RGB (Red+Green+Blue) = 175+106+214=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF6AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6AD6 is #509529. Grayscale: #8A8A8A. Windows color (decimal): -5281066 or 14052015. OLE color: 14052015.

HSL color Cylindrical-coordinate representation of color #AF6AD6: hue angle of 278.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6AD6 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175106214-
CMYK0.180.5000.16
HSL278.33º56.84%62.75%-
HSV(B)278.33º50.47%83.92%-
XYZ34.9724.2866.46-
YUV138.94170.36153.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 106 (41.80% from 255) = 21.41%
BLUE value IS 214 (83.98% from 255) = 43.23%
R=35.35%
G=21.41%
B=43.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751062140.180.5000.16278.3356.8462.75
HexAF6AD61232010116393f
Octal25715232622620204267177
Binary1010111111010101101011010010110010010000100010110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AD6; }

 p { color: rgb(175,106,214); }

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

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

 a { background-color: rgb(175,106,214); }

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

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

 span { border-color: rgb(175,106,214); }

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