Html Css Color HEX #AC5896 Violet Blue

📋 copy color: '#AC5896'

red 172 ◦ green 88 ◦ blue 150

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

Shades of Violet Blue #AC5896

Tints of Violet Blue #AC5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.46%

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 41.95%
G = 21.46%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC5896 (or 0xAC5896) is known color: Violet Blue. HEX triplet: AC, 58 and 96. RGB value is (172,88,150). Sum of RGB (Red+Green+Blue) = 172+88+150=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5896 is #53A769. Grayscale: #787878. Windows color (decimal): -5482346 or 9853100. OLE color: 9853100.

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

Color convert

RGB 172 88 150 -
CMYK 0 0.49 0.13 0.33
HSL 315.71º 0.34% 0.51% -
HSV(B) 315.71º 0.49% 0.67% -
XYZ 26.01 17.95 30.95 -
YUV 120.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 172 88 150 0 0.49 0.13 0.33 315.71 0.34 0.51
Hex AC 58 96 0 31 D 21 13C 22 33
Octal 254 130 226 0 61 15 41 474 42 63
Binary 10101100 1011000 10010110 0 110001 1101 100001 100111100 100010 110011

Color Harmonies of #AC5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5896

Black with #AC5896

Text Example


Text Example

White with #AC5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5896; }

 p { color: rgb(172,88,150); }

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

background-color css

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

 a { background-color: rgb(172,88,150); }

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

border-color css

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

 span { border-color: rgb(172,88,150); }

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