Html Css Color HEX #A85CCA Deep Lilac

📋 copy color: '#A85CCA'

red 168 ◦ green 92 ◦ blue 202

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

Shades of Deep Lilac #A85CCA

Tints of Deep Lilac #A85CCA

RGB

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

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

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

R = 36.36%
G = 19.91%
B = 43.72%

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

#A85CCA (or 0xA85CCA) is known color: Deep Lilac. HEX triplet: A8, 5C and CA. RGB value is (168,92,202). Sum of RGB (Red+Green+Blue) = 168+92+202=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #A85CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CCA is #57A335. Grayscale: #7E7E7E. Windows color (decimal): -5743414 or 13261992. OLE color: 13261992.

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

Color convert

RGB 168 92 202 -
CMYK 0.17 0.54 0 0.21
HSL 281.45º 0.51% 0.58% -
HSV(B) 281.45º 0.54% 0.79% -
XYZ 30.64 20.24 58.17 -
YUV 127.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 168 92 202 0.17 0.54 0 0.21 281.45 0.51 0.58
Hex A8 5C CA 11 36 0 15 119 33 3A
Octal 250 134 312 21 66 0 25 431 63 72
Binary 10101000 1011100 11001010 10001 110110 0 10101 100011001 110011 111010

Color Harmonies of #A85CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CCA

Black with #A85CCA

Text Example


Text Example

White with #A85CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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