Html Css Color HEX #AC70AA Violet Blue

📋 copy color: '#AC70AA'

red 172 ◦ green 112 ◦ blue 170

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

Shades of Violet Blue #AC70AA

Tints of Violet Blue #AC70AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

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

R = 37.89%
G = 24.67%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC70AA (or 0xAC70AA) is known color: Violet Blue. HEX triplet: AC, 70 and AA. RGB value is (172,112,170). Sum of RGB (Red+Green+Blue) = 172+112+170=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC70AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC70AA is #538F55. Grayscale: #888888. Windows color (decimal): -5476182 or 11169964. OLE color: 11169964.

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

Color convert

RGB 172 112 170 -
CMYK 0 0.35 0.01 0.33
HSL 302º 0.27% 0.56% -
HSV(B) 302º 0.35% 0.67% -
XYZ 30.06 23.26 40.94 -
YUV 136.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 172 112 170 0 0.35 0.01 0.33 302 0.27 0.56
Hex AC 70 AA 0 23 1 21 12E 1B 38
Octal 254 160 252 0 43 1 41 456 33 70
Binary 10101100 1110000 10101010 0 100011 1 100001 100101110 11011 111000

Color Harmonies of #AC70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC70AA

Black with #AC70AA

Text Example


Text Example

White with #AC70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC70AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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