Html Css Color HEX #AA70A2 Violet Blue

📋 copy color: '#AA70A2'

red 170 ◦ green 112 ◦ blue 162

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

Shades of Violet Blue #AA70A2

Tints of Violet Blue #AA70A2

RGB

 RED value IS 170 (66.8% from 255) = 38.29%

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

 BLUE value IS 162 (63.67% from 255) = 36.49%

R = 38.29%
G = 25.23%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA70A2 (or 0xAA70A2) is known color: Violet Blue. HEX triplet: AA, 70 and A2. RGB value is (170,112,162). Sum of RGB (Red+Green+Blue) = 170+112+162=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA70A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70A2 is #558F5D. Grayscale: #868686. Windows color (decimal): -5607262 or 10645674. OLE color: 10645674.

HSL color Cylindrical-coordinate representation of color #AA70A2: hue angle of 308.28º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA70A2 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 112 162 -
CMYK 0 0.34 0.05 0.33
HSL 308.28º 0.25% 0.55% -
HSV(B) 308.28º 0.34% 0.67% -
XYZ 28.89 22.74 37.05 -
YUV 135.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 170 112 162 0 0.34 0.05 0.33 308.28 0.25 0.55
Hex AA 70 A2 0 22 5 21 134 19 37
Octal 252 160 242 0 42 5 41 464 31 67
Binary 10101010 1110000 10100010 0 100010 101 100001 100110100 11001 110111

Color Harmonies of #AA70A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70A2

Black with #AA70A2

Text Example


Text Example

White with #AA70A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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