#AC6EAF

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

Shades of Violet Blue #AC6EAF

Tints of Violet Blue #AC6EAF

Color information

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

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

Color convert

RGB172110175-
CMYK0.020.3700.31
HSL297.23º28.89%55.88%-
HSV(B)297.23º37.14%68.63%-
XYZ30.3323.0243.4-
YUV135.95150.04153.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721101750.020.3700.31297.2328.8955.88
HexAC6EAF22501F1291d38
Octal2541562572450374513570
Binary101011001101110101011111010010101111110010100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6EAF; }

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

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

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

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

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

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

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

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