Html Css Color HEX #AA4BB1 Violet Blue

📋 copy color: '#AA4BB1'

red 170 ◦ green 75 ◦ blue 177

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

Shades of Violet Blue #AA4BB1

Tints of Violet Blue #AA4BB1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.77%

 BLUE value IS 177 (69.53% from 255) = 41.94%

R = 40.28%
G = 17.77%
B = 41.94%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA4BB1 (or 0xAA4BB1) is known color: Violet Blue. HEX triplet: AA, 4B and B1. RGB value is (170,75,177). Sum of RGB (Red+Green+Blue) = 170+75+177=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA4BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BB1 is #55B44E. Grayscale: #727272. Windows color (decimal): -5616719 or 11619242. OLE color: 11619242.

HSL color Cylindrical-coordinate representation of color #AA4BB1: hue angle of 295.88º degrees, saturation: 0.4, 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 #AA4BB1 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 75 177 -
CMYK 0.04 0.58 0 0.31
HSL 295.88º 0.4% 0.49% -
HSV(B) 295.88º 0.58% 0.69% -
XYZ 27.03 16.75 43.4 -
YUV 115.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 170 75 177 0.04 0.58 0 0.31 295.88 0.4 0.49
Hex AA 4B B1 4 3A 0 1F 128 28 31
Octal 252 113 261 4 72 0 37 450 50 61
Binary 10101010 1001011 10110001 100 111010 0 11111 100101000 101000 110001

Color Harmonies of #AA4BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BB1

Black with #AA4BB1

Text Example


Text Example

White with #AA4BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BB1; }

 p { color: rgb(170,75,177); }

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

background-color css

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

 a { background-color: rgb(170,75,177); }

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

border-color css

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

 span { border-color: rgb(170,75,177); }

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