#AC65A6

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

Shades of Violet Blue #AC65A6

Tints of Violet Blue #AC65A6

Color information

#AC65A6 (or 0xAC65A6) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and A6. RGB value is (172,101,166). Sum of RGB (Red+Green+Blue) = 172+101+166=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC65A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC65A6 is #539A59. Grayscale: #818181. Windows color (decimal): -5479002 or 10905004. OLE color: 10905004.

HSL color Cylindrical-coordinate representation of color #AC65A6: hue angle of 305.07º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC65A6 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172101166-
CMYK00.410.030.33
HSL305.07º29.96%53.53%-
HSV(B)305.07º41.28%67.45%-
XYZ28.5520.8338.59-
YUV129.64148.52158.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 166 (65.23% from 255) = 37.81%
R=39.18%
G=23.01%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210116600.410.030.33305.0729.9653.53
HexAC65A60293211311e36
Octal2541452460513414613666
Binary1010110011001011010011001010011110000110011000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65A6; }

 p { color: rgb(172,101,166); }

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

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

 a { background-color: rgb(172,101,166); }

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

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

 span { border-color: rgb(172,101,166); }

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