Html Css Color HEX #A85BCA Deep Lilac

📋 copy color: '#A85BCA'

red 168 ◦ green 91 ◦ blue 202

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

Shades of Deep Lilac #A85BCA

Tints of Deep Lilac #A85BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

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

R = 36.44%
G = 19.74%
B = 43.82%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A85BCA (or 0xA85BCA) is known color: Deep Lilac. HEX triplet: A8, 5B and CA. RGB value is (168,91,202). Sum of RGB (Red+Green+Blue) = 168+91+202=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #A85BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BCA is #57A435. Grayscale: #7E7E7E. Windows color (decimal): -5743670 or 13261736. OLE color: 13261736.

HSL color Cylindrical-coordinate representation of color #A85BCA: hue angle of 281.62º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85BCA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 91 202 -
CMYK 0.17 0.55 0 0.21
HSL 281.62º 0.51% 0.57% -
HSV(B) 281.62º 0.55% 0.79% -
XYZ 30.55 20.07 58.14 -
YUV 126.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 168 91 202 0.17 0.55 0 0.21 281.62 0.51 0.57
Hex A8 5B CA 11 37 0 15 11A 33 39
Octal 250 133 312 21 67 0 25 432 63 71
Binary 10101000 1011011 11001010 10001 110111 0 10101 100011010 110011 111001

Color Harmonies of #A85BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BCA

Black with #A85BCA

Text Example


Text Example

White with #A85BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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