Html Css Color HEX #AC4BAA Violet Blue

📋 copy color: '#AC4BAA'

red 172 ◦ green 75 ◦ blue 170

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

Shades of Violet Blue #AC4BAA

Tints of Violet Blue #AC4BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 41.25%
G = 17.99%
B = 40.77%

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

#AC4BAA (or 0xAC4BAA) is known color: Violet Blue. HEX triplet: AC, 4B and AA. RGB value is (172,75,170). Sum of RGB (Red+Green+Blue) = 172+75+170=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4BAA is #53B455. Grayscale: #727272. Windows color (decimal): -5485654 or 11160492. OLE color: 11160492.

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

Color convert

RGB 172 75 170 -
CMYK 0 0.56 0.01 0.33
HSL 301.24º 0.39% 0.48% -
HSV(B) 301.24º 0.56% 0.67% -
XYZ 26.79 16.71 39.84 -
YUV 114.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 172 75 170 0 0.56 0.01 0.33 301.24 0.39 0.48
Hex AC 4B AA 0 38 1 21 12D 27 30
Octal 254 113 252 0 70 1 41 455 47 60
Binary 10101100 1001011 10101010 0 111000 1 100001 100101101 100111 110000

Color Harmonies of #AC4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BAA

Black with #AC4BAA

Text Example


Text Example

White with #AC4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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