Html Css Color HEX #AC5A9A Violet Blue

📋 copy color: '#AC5A9A'

red 172 ◦ green 90 ◦ blue 154

#AC5A9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #AC5A9A

Tints of Violet Blue #AC5A9A

RGB

 RED value IS 172 (67.58% from 255) = 41.35%

 GREEN value IS 90 (35.55% from 255) = 21.63%

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 41.35%
G = 21.63%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC5A9A (or 0xAC5A9A) is known color: Violet Blue. HEX triplet: AC, 5A and 9A. RGB value is (172,90,154). Sum of RGB (Red+Green+Blue) = 172+90+154=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A9A is #53A565. Grayscale: #797979. Windows color (decimal): -5481830 or 10115756. OLE color: 10115756.

HSL color Cylindrical-coordinate representation of color #AC5A9A: hue angle of 313.17º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A9A is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 154 -
CMYK 0 0.48 0.10 0.33
HSL 313.17º 0.33% 0.51% -
HSV(B) 313.17º 0.48% 0.67% -
XYZ 26.5 18.42 32.73 -
YUV 121.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 172 90 154 0 0.48 0.10 0.33 313.17 0.33 0.51
Hex AC 5A 9A 0 30 A 21 139 21 33
Octal 254 132 232 0 60 12 41 471 41 63
Binary 10101100 1011010 10011010 0 110000 1010 100001 100111001 100001 110011

Color Harmonies of #AC5A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A9A

Black with #AC5A9A

Text Example


Text Example

White with #AC5A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A9A; }

 p { color: rgb(172,90,154); }

 H1.HeaderClassName
 {
   color: #AC5A9A;
 }
 .AnyTagClassName
 {
   color: #AC5A9A;
 }
</style>

background-color css

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

 a { background-color: rgb(172,90,154); }

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

border-color css

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

 span { border-color: rgb(172,90,154); }

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