#AC6CA4

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

Shades of Violet Blue #AC6CA4

Tints of Violet Blue #AC6CA4

Color information

#AC6CA4 (or 0xAC6CA4) is unknown color: approx Violet Blue. HEX triplet: AC, 6C and A4. RGB value is (172,108,164). Sum of RGB (Red+Green+Blue) = 172+108+164=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6CA4 is #53935B. Grayscale: #858585. Windows color (decimal): -5477212 or 10775724. OLE color: 10775724.

HSL color Cylindrical-coordinate representation of color #AC6CA4: hue angle of 307.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6CA4 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB172108164-
CMYK00.370.050.33
HSL307.5º27.83%54.9%-
HSV(B)307.5º37.21%67.45%-
XYZ29.0822.1837.87-
YUV133.52145.2155.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=38.74%
G=24.32%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210816400.370.050.33307.527.8354.9
HexAC6CA40255211341c37
Octal2541542440455414643467
Binary10101100110110010100100010010110110000110011010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6CA4; }

 p { color: rgb(172,108,164); }

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

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

 a { background-color: rgb(172,108,164); }

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

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

 span { border-color: rgb(172,108,164); }

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