Html Css Color HEX #AA5CBF Deep Lilac

📋 copy color: '#AA5CBF'

red 170 ◦ green 92 ◦ blue 191

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

Shades of Deep Lilac #AA5CBF

Tints of Deep Lilac #AA5CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.31%

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

R = 37.53%
G = 20.31%
B = 42.16%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA5CBF (or 0xAA5CBF) is known color: Deep Lilac. HEX triplet: AA, 5C and BF. RGB value is (170,92,191). Sum of RGB (Red+Green+Blue) = 170+92+191=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA5CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CBF is #55A340. Grayscale: #7E7E7E. Windows color (decimal): -5612353 or 12541098. OLE color: 12541098.

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

Color convert

RGB 170 92 191 -
CMYK 0.11 0.52 0 0.25
HSL 287.27º 0.44% 0.55% -
HSV(B) 287.27º 0.52% 0.75% -
XYZ 29.81 19.96 51.57 -
YUV 126.61 164.34 158.95 -
System Red Green Blue C M Y K H S L
Decimal 170 92 191 0.11 0.52 0 0.25 287.27 0.44 0.55
Hex AA 5C BF B 34 0 19 11F 2C 37
Octal 252 134 277 13 64 0 31 437 54 67
Binary 10101010 1011100 10111111 1011 110100 0 11001 100011111 101100 110111

Color Harmonies of #AA5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CBF

Black with #AA5CBF

Text Example


Text Example

White with #AA5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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