Html Css Color HEX #A85DBE Deep Lilac

📋 copy color: '#A85DBE'

red 168 ◦ green 93 ◦ blue 190

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

Shades of Deep Lilac #A85DBE

Tints of Deep Lilac #A85DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 37.25%
G = 20.62%
B = 42.13%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A85DBE (or 0xA85DBE) is known color: Deep Lilac. HEX triplet: A8, 5D and BE. RGB value is (168,93,190). Sum of RGB (Red+Green+Blue) = 168+93+190=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #A85DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DBE is #57A241. Grayscale: #7E7E7E. Windows color (decimal): -5743170 or 12475816. OLE color: 12475816.

HSL color Cylindrical-coordinate representation of color #A85DBE: hue angle of 286.39º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85DBE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 93 190 -
CMYK 0.12 0.51 0 0.25
HSL 286.39º 0.43% 0.55% -
HSV(B) 286.39º 0.51% 0.75% -
XYZ 29.36 19.87 51 -
YUV 126.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 168 93 190 0.12 0.51 0 0.25 286.39 0.43 0.55
Hex A8 5D BE C 33 0 19 11E 2B 37
Octal 250 135 276 14 63 0 31 436 53 67
Binary 10101000 1011101 10111110 1100 110011 0 11001 100011110 101011 110111

Color Harmonies of #A85DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DBE

Black with #A85DBE

Text Example


Text Example

White with #A85DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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