Html Css Color HEX #AA5FBF Deep Lilac

📋 copy color: '#AA5FBF'

red 170 ◦ green 95 ◦ blue 191

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

Shades of Deep Lilac #AA5FBF

Tints of Deep Lilac #AA5FBF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.83%

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

R = 37.28%
G = 20.83%
B = 41.89%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA5FBF (or 0xAA5FBF) is known color: Deep Lilac. HEX triplet: AA, 5F and BF. RGB value is (170,95,191). Sum of RGB (Red+Green+Blue) = 170+95+191=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA5FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FBF is #55A040. Grayscale: #808080. Windows color (decimal): -5611585 or 12541866. OLE color: 12541866.

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

Color convert

RGB 170 95 191 -
CMYK 0.11 0.50 0 0.25
HSL 286.88º 0.43% 0.56% -
HSV(B) 286.88º 0.5% 0.75% -
XYZ 30.07 20.49 51.66 -
YUV 128.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 170 95 191 0.11 0.50 0 0.25 286.88 0.43 0.56
Hex AA 5F BF B 32 0 19 11F 2B 38
Octal 252 137 277 13 62 0 31 437 53 70
Binary 10101010 1011111 10111111 1011 110010 0 11001 100011111 101011 111000

Color Harmonies of #AA5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FBF

Black with #AA5FBF

Text Example


Text Example

White with #AA5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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