Html Css Color HEX #A85DBA Deep Lilac

📋 copy color: '#A85DBA'

red 168 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #A85DBA

Tints of Deep Lilac #A85DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 37.58%
G = 20.81%
B = 41.61%

CMYK

 C value IS 0.10

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A85DBA (or 0xA85DBA) is known color: Deep Lilac. HEX triplet: A8, 5D and BA. RGB value is (168,93,186). Sum of RGB (Red+Green+Blue) = 168+93+186=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A85DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DBA is #57A245. Grayscale: #7D7D7D. Windows color (decimal): -5743174 or 12213672. OLE color: 12213672.

HSL color Cylindrical-coordinate representation of color #A85DBA: hue angle of 288.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85DBA is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 93 186 -
CMYK 0.10 0.5 0 0.27
HSL 288.39º 0.4% 0.55% -
HSV(B) 288.39º 0.5% 0.73% -
XYZ 28.93 19.7 48.73 -
YUV 126.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 168 93 186 0.10 0.5 0 0.27 288.39 0.4 0.55
Hex A8 5D BA A 32 0 1B 120 28 37
Octal 250 135 272 12 62 0 33 440 50 67
Binary 10101000 1011101 10111010 1010 110010 0 11011 100100000 101000 110111

Color Harmonies of #A85DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DBA

Black with #A85DBA

Text Example


Text Example

White with #A85DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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