#AF6DAD

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

Shades of Violet Blue #AF6DAD

Tints of Violet Blue #AF6DAD

Color information

#AF6DAD (or 0xAF6DAD) is unknown color: approx Violet Blue. HEX triplet: AF, 6D and AD. RGB value is (175,109,173). Sum of RGB (Red+Green+Blue) = 175+109+173=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6DAD is #509252. Grayscale: #878787. Windows color (decimal): -5280339 or 11365807. OLE color: 11365807.

HSL color Cylindrical-coordinate representation of color #AF6DAD: hue angle of 301.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 #AF6DAD is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB175109173-
CMYK00.380.010.31
HSL301.82º29.2%55.69%-
HSV(B)301.82º37.71%68.63%-
XYZ30.6923.0742.37-
YUV136.03148.87155.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=38.29%
G=23.85%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510917300.380.010.31301.8229.255.69
HexAF6DAD02611F12e1d38
Octal2571552550461374563570
Binary10101111110110110101101010011011111110010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DAD; }

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

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

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

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

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

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

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

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