Html Css Color HEX #A55DC9 Deep Lilac

📋 copy color: '#A55DC9'

red 165 ◦ green 93 ◦ blue 201

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

Shades of Deep Lilac #A55DC9

Tints of Deep Lilac #A55DC9

RGB

 RED value IS 165 (64.84% from 255) = 35.95%

 GREEN value IS 93 (36.72% from 255) = 20.26%

 BLUE value IS 201 (78.91% from 255) = 43.79%

R = 35.95%
G = 20.26%
B = 43.79%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A55DC9 (or 0xA55DC9) is known color: Deep Lilac. HEX triplet: A5, 5D and C9. RGB value is (165,93,201). Sum of RGB (Red+Green+Blue) = 165+93+201=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #A55DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DC9 is #5AA236. Grayscale: #7E7E7E. Windows color (decimal): -5939767 or 13196709. OLE color: 13196709.

HSL color Cylindrical-coordinate representation of color #A55DC9: hue angle of 280º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A55DC9 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 93 201 -
CMYK 0.18 0.54 0 0.21
HSL 280º 0.5% 0.58% -
HSV(B) 280º 0.54% 0.79% -
XYZ 29.97 20.05 57.55 -
YUV 126.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 165 93 201 0.18 0.54 0 0.21 280 0.5 0.58
Hex A5 5D C9 12 36 0 15 118 32 3A
Octal 245 135 311 22 66 0 25 430 62 72
Binary 10100101 1011101 11001001 10010 110110 0 10101 100011000 110010 111010

Color Harmonies of #A55DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55DC9

Black with #A55DC9

Text Example


Text Example

White with #A55DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55DC9; }

 p { color: rgb(165,93,201); }

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

background-color css

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

 a { background-color: rgb(165,93,201); }

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

border-color css

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

 span { border-color: rgb(165,93,201); }

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