Html Css Color HEX #A45DC9 Deep Lilac

📋 copy color: '#A45DC9'

red 164 ◦ green 93 ◦ blue 201

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

Shades of Deep Lilac #A45DC9

Tints of Deep Lilac #A45DC9

RGB

 RED value IS 164 (64.45% from 255) = 35.81%

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

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

R = 35.81%
G = 20.31%
B = 43.89%

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

#A45DC9 (or 0xA45DC9) is known color: Deep Lilac. HEX triplet: A4, 5D and C9. RGB value is (164,93,201). Sum of RGB (Red+Green+Blue) = 164+93+201=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #A45DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DC9 is #5BA236. Grayscale: #7E7E7E. Windows color (decimal): -6005303 or 13196708. OLE color: 13196708.

HSL color Cylindrical-coordinate representation of color #A45DC9: hue angle of 279.44º 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 #A45DC9 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 93 201 -
CMYK 0.18 0.54 0 0.21
HSL 279.44º 0.5% 0.58% -
HSV(B) 279.44º 0.54% 0.79% -
XYZ 29.77 19.94 57.54 -
YUV 126.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 164 93 201 0.18 0.54 0 0.21 279.44 0.5 0.58
Hex A4 5D C9 12 36 0 15 117 32 3A
Octal 244 135 311 22 66 0 25 427 62 72
Binary 10100100 1011101 11001001 10010 110110 0 10101 100010111 110010 111010

Color Harmonies of #A45DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45DC9

Black with #A45DC9

Text Example


Text Example

White with #A45DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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