Html Css Color HEX #AC4BAB Violet Blue

📋 copy color: '#AC4BAB'

red 172 ◦ green 75 ◦ blue 171

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

Shades of Violet Blue #AC4BAB

Tints of Violet Blue #AC4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.94%

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 41.15%
G = 17.94%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC4BAB (or 0xAC4BAB) is known color: Violet Blue. HEX triplet: AC, 4B and AB. RGB value is (172,75,171). Sum of RGB (Red+Green+Blue) = 172+75+171=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4BAB is #53B454. Grayscale: #727272. Windows color (decimal): -5485653 or 11226028. OLE color: 11226028.

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

Color convert

RGB 172 75 171 -
CMYK 0 0.56 0.01 0.33
HSL 300.62º 0.39% 0.48% -
HSV(B) 300.62º 0.56% 0.67% -
XYZ 26.88 16.74 40.34 -
YUV 114.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 172 75 171 0 0.56 0.01 0.33 300.62 0.39 0.48
Hex AC 4B AB 0 38 1 21 12D 27 30
Octal 254 113 253 0 70 1 41 455 47 60
Binary 10101100 1001011 10101011 0 111000 1 100001 100101101 100111 110000

Color Harmonies of #AC4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BAB

Black with #AC4BAB

Text Example


Text Example

White with #AC4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BAB; }

 p { color: rgb(172,75,171); }

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

background-color css

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

 a { background-color: rgb(172,75,171); }

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

border-color css

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

 span { border-color: rgb(172,75,171); }

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