Html Css Color HEX #A85DCA Deep Lilac

📋 copy color: '#A85DCA'

red 168 ◦ green 93 ◦ blue 202

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

Shades of Deep Lilac #A85DCA

Tints of Deep Lilac #A85DCA

RGB

 RED value IS 168 (66.02% from 255) = 36.29%

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

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 36.29%
G = 20.09%
B = 43.63%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A85DCA (or 0xA85DCA) is known color: Deep Lilac. HEX triplet: A8, 5D and CA. RGB value is (168,93,202). Sum of RGB (Red+Green+Blue) = 168+93+202=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #A85DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DCA is #57A235. Grayscale: #7F7F7F. Windows color (decimal): -5743158 or 13262248. OLE color: 13262248.

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

Color convert

RGB 168 93 202 -
CMYK 0.17 0.54 0 0.21
HSL 281.28º 0.51% 0.58% -
HSV(B) 281.28º 0.54% 0.79% -
XYZ 30.72 20.42 58.2 -
YUV 127.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 168 93 202 0.17 0.54 0 0.21 281.28 0.51 0.58
Hex A8 5D CA 11 36 0 15 119 33 3A
Octal 250 135 312 21 66 0 25 431 63 72
Binary 10101000 1011101 11001010 10001 110110 0 10101 100011001 110011 111010

Color Harmonies of #A85DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DCA

Black with #A85DCA

Text Example


Text Example

White with #A85DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DCA; }

 p { color: rgb(168,93,202); }

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

background-color css

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

 a { background-color: rgb(168,93,202); }

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

border-color css

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

 span { border-color: rgb(168,93,202); }

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