Html Css Color HEX #AA70A8 Violet Blue

📋 copy color: '#AA70A8'

red 170 ◦ green 112 ◦ blue 168

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

Shades of Violet Blue #AA70A8

Tints of Violet Blue #AA70A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.33%

R = 37.78%
G = 24.89%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA70A8 (or 0xAA70A8) is known color: Violet Blue. HEX triplet: AA, 70 and A8. RGB value is (170,112,168). Sum of RGB (Red+Green+Blue) = 170+112+168=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA70A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70A8 is #558F57. Grayscale: #878787. Windows color (decimal): -5607256 or 11038890. OLE color: 11038890.

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

Color convert

RGB 170 112 168 -
CMYK 0 0.34 0.01 0.33
HSL 302.07º 0.25% 0.55% -
HSV(B) 302.07º 0.34% 0.67% -
XYZ 29.44 22.96 39.93 -
YUV 135.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 170 112 168 0 0.34 0.01 0.33 302.07 0.25 0.55
Hex AA 70 A8 0 22 1 21 12E 19 37
Octal 252 160 250 0 42 1 41 456 31 67
Binary 10101010 1110000 10101000 0 100010 1 100001 100101110 11001 110111

Color Harmonies of #AA70A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70A8

Black with #AA70A8

Text Example


Text Example

White with #AA70A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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