Html Css Color HEX #AA4A96 Violet Blue

📋 copy color: '#AA4A96'

red 170 ◦ green 74 ◦ blue 150

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

Shades of Violet Blue #AA4A96

Tints of Violet Blue #AA4A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.78%

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 43.15%
G = 18.78%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA4A96 (or 0xAA4A96) is known color: Violet Blue. HEX triplet: AA, 4A and 96. RGB value is (170,74,150). Sum of RGB (Red+Green+Blue) = 170+74+150=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A96 is #55B569. Grayscale: #6F6F6F. Windows color (decimal): -5617002 or 9849514. OLE color: 9849514.

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

Color convert

RGB 170 74 150 -
CMYK 0 0.56 0.12 0.33
HSL 312.5º 0.39% 0.48% -
HSV(B) 312.5º 0.56% 0.67% -
XYZ 24.53 15.65 30.58 -
YUV 111.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 170 74 150 0 0.56 0.12 0.33 312.5 0.39 0.48
Hex AA 4A 96 0 38 C 21 138 27 30
Octal 252 112 226 0 70 14 41 470 47 60
Binary 10101010 1001010 10010110 0 111000 1100 100001 100111000 100111 110000

Color Harmonies of #AA4A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A96

Black with #AA4A96

Text Example


Text Example

White with #AA4A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A96; }

 p { color: rgb(170,74,150); }

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

background-color css

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

 a { background-color: rgb(170,74,150); }

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

border-color css

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

 span { border-color: rgb(170,74,150); }

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