#AC65A5

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

Shades of Violet Blue #AC65A5

Tints of Violet Blue #AC65A5

Color information

#AC65A5 (or 0xAC65A5) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and A5. RGB value is (172,101,165). Sum of RGB (Red+Green+Blue) = 172+101+165=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC65A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC65A5 is #539A5A. Grayscale: #818181. Windows color (decimal): -5479003 or 10839468. OLE color: 10839468.

HSL color Cylindrical-coordinate representation of color #AC65A5: hue angle of 305.92º 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 #AC65A5 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB172101165-
CMYK00.410.040.33
HSL305.92º29.96%53.53%-
HSV(B)305.92º41.28%67.45%-
XYZ28.4620.7938.11-
YUV129.52148.02158.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=39.27%
G=23.06%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210116500.410.040.33305.9229.9653.53
HexAC65A50294211321e36
Octal2541452450514414623666
Binary10101100110010110100101010100110010000110011001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65A5; }

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

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

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

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

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

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

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

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