#AF6DCD

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

Shades of Amethyst #AF6DCD

Tints of Amethyst #AF6DCD

Color information

#AF6DCD (or 0xAF6DCD) is unknown color: approx Amethyst. HEX triplet: AF, 6D and CD. RGB value is (175,109,205). Sum of RGB (Red+Green+Blue) = 175+109+205=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DCD is #509232. Grayscale: #8B8B8B. Windows color (decimal): -5280307 or 13462959. OLE color: 13462959.

HSL color Cylindrical-coordinate representation of color #AF6DCD: hue angle of 281.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6DCD is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175109205-
CMYK0.150.4700.20
HSL281.25º48.98%61.57%-
HSV(B)281.25º46.83%80.39%-
XYZ34.1724.4660.68-
YUV139.68164.87153.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=35.79%
G=22.29%
B=41.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751092050.150.4700.20281.2548.9861.57
HexAF6DCDF2F014119313e
Octal25715531517570244316176
Binary101011111101101110011011111101111010100100011001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DCD; }

 p { color: rgb(175,109,205); }

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

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

 a { background-color: rgb(175,109,205); }

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

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

 span { border-color: rgb(175,109,205); }

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