Html Css Color HEX #AA4ABE Deep Lilac

📋 copy color: '#AA4ABE'

red 170 ◦ green 74 ◦ blue 190

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

Shades of Deep Lilac #AA4ABE

Tints of Deep Lilac #AA4ABE

RGB

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

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

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

R = 39.17%
G = 17.05%
B = 43.78%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA4ABE (or 0xAA4ABE) is known color: Deep Lilac. HEX triplet: AA, 4A and BE. RGB value is (170,74,190). Sum of RGB (Red+Green+Blue) = 170+74+190=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA4ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ABE is #55B541. Grayscale: #737373. Windows color (decimal): -5616962 or 12470954. OLE color: 12470954.

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

Color convert

RGB 170 74 190 -
CMYK 0.11 0.61 0 0.25
HSL 289.66º 0.47% 0.52% -
HSV(B) 289.66º 0.61% 0.75% -
XYZ 28.32 17.16 50.54 -
YUV 115.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 170 74 190 0.11 0.61 0 0.25 289.66 0.47 0.52
Hex AA 4A BE B 3D 0 19 122 2F 34
Octal 252 112 276 13 75 0 31 442 57 64
Binary 10101010 1001010 10111110 1011 111101 0 11001 100100010 101111 110100

Color Harmonies of #AA4ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4ABE

Black with #AA4ABE

Text Example


Text Example

White with #AA4ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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