Html Css Color HEX #AA70AB Violet Blue

📋 copy color: '#AA70AB'

red 170 ◦ green 112 ◦ blue 171

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

Shades of Violet Blue #AA70AB

Tints of Violet Blue #AA70AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 37.53%
G = 24.72%
B = 37.75%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA70AB (or 0xAA70AB) is known color: Violet Blue. HEX triplet: AA, 70 and AB. RGB value is (170,112,171). Sum of RGB (Red+Green+Blue) = 170+112+171=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA70AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70AB is #558F54. Grayscale: #878787. Windows color (decimal): -5607253 or 11235498. OLE color: 11235498.

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

Color convert

RGB 170 112 171 -
CMYK 0.01 0.35 0 0.33
HSL 298.98º 0.26% 0.55% -
HSV(B) 298.98º 0.35% 0.67% -
XYZ 29.72 23.07 41.42 -
YUV 136.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 170 112 171 0.01 0.35 0 0.33 298.98 0.26 0.55
Hex AA 70 AB 1 23 0 21 12B 1A 37
Octal 252 160 253 1 43 0 41 453 32 67
Binary 10101010 1110000 10101011 1 100011 0 100001 100101011 11010 110111

Color Harmonies of #AA70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70AB

Black with #AA70AB

Text Example


Text Example

White with #AA70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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