#AF6DA2

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

Shades of Violet Blue #AF6DA2

Tints of Violet Blue #AF6DA2

Color information

#AF6DA2 (or 0xAF6DA2) is unknown color: approx Violet Blue. HEX triplet: AF, 6D and A2. RGB value is (175,109,162). Sum of RGB (Red+Green+Blue) = 175+109+162=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6DA2 is #50925D. Grayscale: #868686. Windows color (decimal): -5280350 or 10644911. OLE color: 10644911.

HSL color Cylindrical-coordinate representation of color #AF6DA2: hue angle of 311.82º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6DA2 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB175109162-
CMYK00.380.070.31
HSL311.82º29.2%55.69%-
HSV(B)311.82º37.71%68.63%-
XYZ29.6722.6636.99-
YUV134.78143.37156.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 109 (42.97% from 255) = 24.44%
BLUE value IS 162 (63.67% from 255) = 36.32%
R=39.24%
G=24.44%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510916200.380.070.31311.8229.255.69
HexAF6DA202671F1381d38
Octal2571552420467374703570
Binary1010111111011011010001001001101111111110011100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DA2; }

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

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

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

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

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

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

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

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