#AF6EAD

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

Shades of Violet Blue #AF6EAD

Tints of Violet Blue #AF6EAD

Color information

#AF6EAD (or 0xAF6EAD) is unknown color: approx Violet Blue. HEX triplet: AF, 6E and AD. RGB value is (175,110,173). Sum of RGB (Red+Green+Blue) = 175+110+173=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6EAD is #509152. Grayscale: #888888. Windows color (decimal): -5280083 or 11366063. OLE color: 11366063.

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

Color convert

RGB175110173-
CMYK00.370.010.31
HSL301.85º28.89%55.88%-
HSV(B)301.85º37.14%68.63%-
XYZ30.823.2842.41-
YUV136.62148.53155.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 110 (43.36% from 255) = 24.02%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=38.21%
G=24.02%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511017300.370.010.31301.8528.8955.88
HexAF6EAD02511F12e1d38
Octal2571562550451374563570
Binary10101111110111010101101010010111111110010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6EAD; }

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

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

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

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

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

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

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

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