Html Css Color HEX #AA4BA7 Violet Blue

📋 copy color: '#AA4BA7'

red 170 ◦ green 75 ◦ blue 167

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

Shades of Violet Blue #AA4BA7

Tints of Violet Blue #AA4BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.53%

R = 41.26%
G = 18.2%
B = 40.53%

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

#AA4BA7 (or 0xAA4BA7) is known color: Violet Blue. HEX triplet: AA, 4B and A7. RGB value is (170,75,167). Sum of RGB (Red+Green+Blue) = 170+75+167=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BA7 is #55B458. Grayscale: #717171. Windows color (decimal): -5616729 or 10963882. OLE color: 10963882.

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

Color convert

RGB 170 75 167 -
CMYK 0 0.56 0.02 0.33
HSL 301.89º 0.39% 0.48% -
HSV(B) 301.89º 0.56% 0.67% -
XYZ 26.07 16.37 38.34 -
YUV 113.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 170 75 167 0 0.56 0.02 0.33 301.89 0.39 0.48
Hex AA 4B A7 0 38 2 21 12E 27 30
Octal 252 113 247 0 70 2 41 456 47 60
Binary 10101010 1001011 10100111 0 111000 10 100001 100101110 100111 110000

Color Harmonies of #AA4BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BA7

Black with #AA4BA7

Text Example


Text Example

White with #AA4BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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