Html Css Color HEX #AC5A9C Violet Blue

📋 copy color: '#AC5A9C'

red 172 ◦ green 90 ◦ blue 156

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

Shades of Violet Blue #AC5A9C

Tints of Violet Blue #AC5A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 41.15%
G = 21.53%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC5A9C (or 0xAC5A9C) is known color: Violet Blue. HEX triplet: AC, 5A and 9C. RGB value is (172,90,156). Sum of RGB (Red+Green+Blue) = 172+90+156=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A9C is #53A563. Grayscale: #797979. Windows color (decimal): -5481828 or 10246828. OLE color: 10246828.

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

Color convert

RGB 172 90 156 -
CMYK 0 0.48 0.09 0.33
HSL 311.71º 0.33% 0.51% -
HSV(B) 311.71º 0.48% 0.67% -
XYZ 26.67 18.48 33.61 -
YUV 122.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 172 90 156 0 0.48 0.09 0.33 311.71 0.33 0.51
Hex AC 5A 9C 0 30 9 21 138 21 33
Octal 254 132 234 0 60 11 41 470 41 63
Binary 10101100 1011010 10011100 0 110000 1001 100001 100111000 100001 110011

Color Harmonies of #AC5A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A9C

Black with #AC5A9C

Text Example


Text Example

White with #AC5A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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