#AC67A4

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

Shades of Violet Blue #AC67A4

Tints of Violet Blue #AC67A4

Color information

#AC67A4 (or 0xAC67A4) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and A4. RGB value is (172,103,164). Sum of RGB (Red+Green+Blue) = 172+103+164=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC67A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC67A4 is #53985B. Grayscale: #828282. Windows color (decimal): -5478492 or 10774444. OLE color: 10774444.

HSL color Cylindrical-coordinate representation of color #AC67A4: hue angle of 306.96º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC67A4 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB172103164-
CMYK00.400.050.33
HSL306.96º29.36%53.92%-
HSV(B)306.96º40.12%67.45%-
XYZ28.5621.1537.7-
YUV130.58146.86157.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=39.18%
G=23.46%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210316400.400.050.33306.9629.3653.92
HexAC67A40285211331d36
Octal2541472440505414633566
Binary10101100110011110100100010100010110000110011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67A4; }

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

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

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

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

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

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

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

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