Html Css Color HEX #AA4AB0 Violet Blue

📋 copy color: '#AA4AB0'

red 170 ◦ green 74 ◦ blue 176

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

Shades of Violet Blue #AA4AB0

Tints of Violet Blue #AA4AB0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.62%

 BLUE value IS 176 (69.14% from 255) = 41.9%

R = 40.48%
G = 17.62%
B = 41.9%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA4AB0 (or 0xAA4AB0) is known color: Violet Blue. HEX triplet: AA, 4A and B0. RGB value is (170,74,176). Sum of RGB (Red+Green+Blue) = 170+74+176=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA4AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AB0 is #55B54F. Grayscale: #727272. Windows color (decimal): -5616976 or 11553450. OLE color: 11553450.

HSL color Cylindrical-coordinate representation of color #AA4AB0: hue angle of 296.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4AB0 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 74 176 -
CMYK 0.03 0.58 0 0.31
HSL 296.47º 0.41% 0.49% -
HSV(B) 296.47º 0.58% 0.69% -
XYZ 26.86 16.58 42.86 -
YUV 114.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 170 74 176 0.03 0.58 0 0.31 296.47 0.41 0.49
Hex AA 4A B0 3 3A 0 1F 128 29 31
Octal 252 112 260 3 72 0 37 450 51 61
Binary 10101010 1001010 10110000 11 111010 0 11111 100101000 101001 110001

Color Harmonies of #AA4AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AB0

Black with #AA4AB0

Text Example


Text Example

White with #AA4AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AB0; }

 p { color: rgb(170,74,176); }

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

background-color css

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

 a { background-color: rgb(170,74,176); }

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

border-color css

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

 span { border-color: rgb(170,74,176); }

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