#AF6EAC

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

Shades of Violet Blue #AF6EAC

Tints of Violet Blue #AF6EAC

Color information

#AF6EAC (or 0xAF6EAC) is unknown color: approx Violet Blue. HEX triplet: AF, 6E and AC. RGB value is (175,110,172). Sum of RGB (Red+Green+Blue) = 175+110+172=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6EAC is #509153. Grayscale: #888888. Windows color (decimal): -5280084 or 11300527. OLE color: 11300527.

HSL color Cylindrical-coordinate representation of color #AF6EAC: hue angle of 302.77º 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 #AF6EAC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175110172-
CMYK00.370.020.31
HSL302.77º28.89%55.88%-
HSV(B)302.77º37.14%68.63%-
XYZ30.723.2441.9-
YUV136.5148.03155.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=38.29%
G=24.07%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511017200.370.020.31302.7728.8955.88
HexAF6EAC02521F12f1d38
Octal2571562540452374573570
Binary101011111101110101011000100101101111110010111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6EAC; }

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

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

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

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

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

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

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

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