Html Css Color HEX #AA4BA6 Violet Blue

📋 copy color: '#AA4BA6'

red 170 ◦ green 75 ◦ blue 166

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

Shades of Violet Blue #AA4BA6

Tints of Violet Blue #AA4BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.39%

R = 41.36%
G = 18.25%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA4BA6 (or 0xAA4BA6) is known color: Violet Blue. HEX triplet: AA, 4B and A6. RGB value is (170,75,166). Sum of RGB (Red+Green+Blue) = 170+75+166=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BA6 is #55B459. Grayscale: #717171. Windows color (decimal): -5616730 or 10898346. OLE color: 10898346.

HSL color Cylindrical-coordinate representation of color #AA4BA6: hue angle of 302.53º 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 #AA4BA6 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 75 166 -
CMYK 0 0.56 0.02 0.33
HSL 302.53º 0.39% 0.48% -
HSV(B) 302.53º 0.56% 0.67% -
XYZ 25.98 16.33 37.86 -
YUV 113.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 170 75 166 0 0.56 0.02 0.33 302.53 0.39 0.48
Hex AA 4B A6 0 38 2 21 12F 27 30
Octal 252 113 246 0 70 2 41 457 47 60
Binary 10101010 1001011 10100110 0 111000 10 100001 100101111 100111 110000

Color Harmonies of #AA4BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BA6

Black with #AA4BA6

Text Example


Text Example

White with #AA4BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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