Html Css Color HEX #AA5CBC Deep Lilac

📋 copy color: '#AA5CBC'

red 170 ◦ green 92 ◦ blue 188

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

Shades of Deep Lilac #AA5CBC

Tints of Deep Lilac #AA5CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 37.78%
G = 20.44%
B = 41.78%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA5CBC (or 0xAA5CBC) is known color: Deep Lilac. HEX triplet: AA, 5C and BC. RGB value is (170,92,188). Sum of RGB (Red+Green+Blue) = 170+92+188=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA5CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CBC is #55A343. Grayscale: #7D7D7D. Windows color (decimal): -5612356 or 12344490. OLE color: 12344490.

HSL color Cylindrical-coordinate representation of color #AA5CBC: hue angle of 288.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5CBC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 92 188 -
CMYK 0.10 0.51 0 0.26
HSL 288.75º 0.42% 0.55% -
HSV(B) 288.75º 0.51% 0.74% -
XYZ 29.48 19.83 49.85 -
YUV 126.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 170 92 188 0.10 0.51 0 0.26 288.75 0.42 0.55
Hex AA 5C BC A 33 0 1A 121 2A 37
Octal 252 134 274 12 63 0 32 441 52 67
Binary 10101010 1011100 10111100 1010 110011 0 11010 100100001 101010 110111

Color Harmonies of #AA5CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CBC

Black with #AA5CBC

Text Example


Text Example

White with #AA5CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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