Html Css Color HEX #AA4DB0 Violet Blue

📋 copy color: '#AA4DB0'

red 170 ◦ green 77 ◦ blue 176

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

Shades of Violet Blue #AA4DB0

Tints of Violet Blue #AA4DB0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.2%

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

R = 40.19%
G = 18.2%
B = 41.61%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA4DB0 (or 0xAA4DB0) is known color: Violet Blue. HEX triplet: AA, 4D and B0. RGB value is (170,77,176). Sum of RGB (Red+Green+Blue) = 170+77+176=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA4DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DB0 is #55B24F. Grayscale: #737373. Windows color (decimal): -5616208 or 11554218. OLE color: 11554218.

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

Color convert

RGB 170 77 176 -
CMYK 0.03 0.56 0 0.31
HSL 296.36º 0.39% 0.5% -
HSV(B) 296.36º 0.56% 0.69% -
XYZ 27.07 16.99 42.93 -
YUV 116.09 161.81 166.45 -
System Red Green Blue C M Y K H S L
Decimal 170 77 176 0.03 0.56 0 0.31 296.36 0.39 0.5
Hex AA 4D B0 3 38 0 1F 128 27 32
Octal 252 115 260 3 70 0 37 450 47 62
Binary 10101010 1001101 10110000 11 111000 0 11111 100101000 100111 110010

Color Harmonies of #AA4DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DB0

Black with #AA4DB0

Text Example


Text Example

White with #AA4DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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