Html Css Color HEX #AC40AA Violet Blue

📋 copy color: '#AC40AA'

red 172 ◦ green 64 ◦ blue 170

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

Shades of Violet Blue #AC40AA

Tints of Violet Blue #AC40AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

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

R = 42.36%
G = 15.76%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC40AA (or 0xAC40AA) is known color: Violet Blue. HEX triplet: AC, 40 and AA. RGB value is (172,64,170). Sum of RGB (Red+Green+Blue) = 172+64+170=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC40AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40AA is #53BF55. Grayscale: #6C6C6C. Windows color (decimal): -5488470 or 11157676. OLE color: 11157676.

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

Color convert

RGB 172 64 170 -
CMYK 0 0.63 0.01 0.33
HSL 301.11º 0.46% 0.46% -
HSV(B) 301.11º 0.63% 0.67% -
XYZ 26.1 15.34 39.62 -
YUV 108.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 172 64 170 0 0.63 0.01 0.33 301.11 0.46 0.46
Hex AC 40 AA 0 3F 1 21 12D 2E 2E
Octal 254 100 252 0 77 1 41 455 56 56
Binary 10101100 1000000 10101010 0 111111 1 100001 100101101 101110 101110

Color Harmonies of #AC40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40AA

Black with #AC40AA

Text Example


Text Example

White with #AC40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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