Html Css Color HEX #AA4DAB Violet Blue

📋 copy color: '#AA4DAB'

red 170 ◦ green 77 ◦ blue 171

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

Shades of Violet Blue #AA4DAB

Tints of Violet Blue #AA4DAB

RGB

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

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

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

R = 40.67%
G = 18.42%
B = 40.91%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA4DAB (or 0xAA4DAB) is known color: Violet Blue. HEX triplet: AA, 4D and AB. RGB value is (170,77,171). Sum of RGB (Red+Green+Blue) = 170+77+171=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA4DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DAB is #55B254. Grayscale: #737373. Windows color (decimal): -5616213 or 11226538. OLE color: 11226538.

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

Color convert

RGB 170 77 171 -
CMYK 0.01 0.55 0 0.33
HSL 299.36º 0.38% 0.49% -
HSV(B) 299.36º 0.55% 0.67% -
XYZ 26.58 16.79 40.37 -
YUV 115.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 170 77 171 0.01 0.55 0 0.33 299.36 0.38 0.49
Hex AA 4D AB 1 37 0 21 12B 26 31
Octal 252 115 253 1 67 0 41 453 46 61
Binary 10101010 1001101 10101011 1 110111 0 100001 100101011 100110 110001

Color Harmonies of #AA4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DAB

Black with #AA4DAB

Text Example


Text Example

White with #AA4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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