Html Css Color HEX #AA4BA1 Violet Blue

📋 copy color: '#AA4BA1'

red 170 ◦ green 75 ◦ blue 161

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

Shades of Violet Blue #AA4BA1

Tints of Violet Blue #AA4BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.66%

R = 41.87%
G = 18.47%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA4BA1 (or 0xAA4BA1) is known color: Violet Blue. HEX triplet: AA, 4B and A1. RGB value is (170,75,161). Sum of RGB (Red+Green+Blue) = 170+75+161=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BA1 is #55B45E. Grayscale: #707070. Windows color (decimal): -5616735 or 10570666. OLE color: 10570666.

HSL color Cylindrical-coordinate representation of color #AA4BA1: hue angle of 305.68º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4BA1 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 75 161 -
CMYK 0 0.56 0.05 0.33
HSL 305.68º 0.39% 0.48% -
HSV(B) 305.68º 0.56% 0.67% -
XYZ 25.53 16.15 35.49 -
YUV 113.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 170 75 161 0 0.56 0.05 0.33 305.68 0.39 0.48
Hex AA 4B A1 0 38 5 21 132 27 30
Octal 252 113 241 0 70 5 41 462 47 60
Binary 10101010 1001011 10100001 0 111000 101 100001 100110010 100111 110000

Color Harmonies of #AA4BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BA1

Black with #AA4BA1

Text Example


Text Example

White with #AA4BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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