Html Css Color HEX #AA61BF Deep Lilac

📋 copy color: '#AA61BF'

red 170 ◦ green 97 ◦ blue 191

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

Shades of Deep Lilac #AA61BF

Tints of Deep Lilac #AA61BF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.18%

 BLUE value IS 191 (75% from 255) = 41.7%

R = 37.12%
G = 21.18%
B = 41.7%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA61BF (or 0xAA61BF) is known color: Deep Lilac. HEX triplet: AA, 61 and BF. RGB value is (170,97,191). Sum of RGB (Red+Green+Blue) = 170+97+191=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA61BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61BF is #559E40. Grayscale: #818181. Windows color (decimal): -5611073 or 12542378. OLE color: 12542378.

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

Color convert

RGB 170 97 191 -
CMYK 0.11 0.49 0 0.25
HSL 286.6º 0.42% 0.56% -
HSV(B) 286.6º 0.49% 0.75% -
XYZ 30.26 20.86 51.72 -
YUV 129.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 170 97 191 0.11 0.49 0 0.25 286.6 0.42 0.56
Hex AA 61 BF B 31 0 19 11F 2A 38
Octal 252 141 277 13 61 0 31 437 52 70
Binary 10101010 1100001 10111111 1011 110001 0 11001 100011111 101010 111000

Color Harmonies of #AA61BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61BF

Black with #AA61BF

Text Example


Text Example

White with #AA61BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61BF; }

 p { color: rgb(170,97,191); }

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

background-color css

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

 a { background-color: rgb(170,97,191); }

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

border-color css

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

 span { border-color: rgb(170,97,191); }

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