Html Css Color HEX #AA4FBE Deep Lilac

📋 copy color: '#AA4FBE'

red 170 ◦ green 79 ◦ blue 190

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

Shades of Deep Lilac #AA4FBE

Tints of Deep Lilac #AA4FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18%

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 38.72%
G = 18%
B = 43.28%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA4FBE (or 0xAA4FBE) is known color: Deep Lilac. HEX triplet: AA, 4F and BE. RGB value is (170,79,190). Sum of RGB (Red+Green+Blue) = 170+79+190=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA4FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FBE is #55B041. Grayscale: #767676. Windows color (decimal): -5615682 or 12472234. OLE color: 12472234.

HSL color Cylindrical-coordinate representation of color #AA4FBE: hue angle of 289.19º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4FBE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 79 190 -
CMYK 0.11 0.58 0 0.25
HSL 289.19º 0.46% 0.53% -
HSV(B) 289.19º 0.58% 0.75% -
XYZ 28.67 17.86 50.65 -
YUV 118.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 170 79 190 0.11 0.58 0 0.25 289.19 0.46 0.53
Hex AA 4F BE B 3A 0 19 121 2E 35
Octal 252 117 276 13 72 0 31 441 56 65
Binary 10101010 1001111 10111110 1011 111010 0 11001 100100001 101110 110101

Color Harmonies of #AA4FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FBE

Black with #AA4FBE

Text Example


Text Example

White with #AA4FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FBE; }

 p { color: rgb(170,79,190); }

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

background-color css

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

 a { background-color: rgb(170,79,190); }

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

border-color css

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

 span { border-color: rgb(170,79,190); }

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