Html Css Color HEX #AC5BA8 Violet Blue

📋 copy color: '#AC5BA8'

red 172 ◦ green 91 ◦ blue 168

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

Shades of Violet Blue #AC5BA8

Tints of Violet Blue #AC5BA8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.11%

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 39.91%
G = 21.11%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC5BA8 (or 0xAC5BA8) is known color: Violet Blue. HEX triplet: AC, 5B and A8. RGB value is (172,91,168). Sum of RGB (Red+Green+Blue) = 172+91+168=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5BA8 is #53A457. Grayscale: #7B7B7B. Windows color (decimal): -5481560 or 11033516. OLE color: 11033516.

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

Color convert

RGB 172 91 168 -
CMYK 0 0.47 0.02 0.33
HSL 302.96º 0.33% 0.52% -
HSV(B) 302.96º 0.47% 0.67% -
XYZ 27.82 19.08 39.26 -
YUV 124 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 172 91 168 0 0.47 0.02 0.33 302.96 0.33 0.52
Hex AC 5B A8 0 2F 2 21 12F 21 34
Octal 254 133 250 0 57 2 41 457 41 64
Binary 10101100 1011011 10101000 0 101111 10 100001 100101111 100001 110100

Color Harmonies of #AC5BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5BA8

Black with #AC5BA8

Text Example


Text Example

White with #AC5BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5BA8; }

 p { color: rgb(172,91,168); }

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

background-color css

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

 a { background-color: rgb(172,91,168); }

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

border-color css

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

 span { border-color: rgb(172,91,168); }

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