Html Css Color HEX #AC53AA Violet Blue

📋 copy color: '#AC53AA'

red 172 ◦ green 83 ◦ blue 170

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

Shades of Violet Blue #AC53AA

Tints of Violet Blue #AC53AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

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

R = 40.47%
G = 19.53%
B = 40%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC53AA (or 0xAC53AA) is known color: Violet Blue. HEX triplet: AC, 53 and AA. RGB value is (172,83,170). Sum of RGB (Red+Green+Blue) = 172+83+170=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC53AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC53AA is #53AC55. Grayscale: #777777. Windows color (decimal): -5483606 or 11162540. OLE color: 11162540.

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

Color convert

RGB 172 83 170 -
CMYK 0 0.52 0.01 0.33
HSL 301.35º 0.35% 0.5% -
HSV(B) 301.35º 0.52% 0.67% -
XYZ 27.36 17.86 40.04 -
YUV 119.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 172 83 170 0 0.52 0.01 0.33 301.35 0.35 0.5
Hex AC 53 AA 0 34 1 21 12D 23 32
Octal 254 123 252 0 64 1 41 455 43 62
Binary 10101100 1010011 10101010 0 110100 1 100001 100101101 100011 110010

Color Harmonies of #AC53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53AA

Black with #AC53AA

Text Example


Text Example

White with #AC53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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