Html Css Color HEX #A85DBF Deep Lilac

📋 copy color: '#A85DBF'

red 168 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #A85DBF

Tints of Deep Lilac #A85DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.26%

R = 37.17%
G = 20.58%
B = 42.26%

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

#A85DBF (or 0xA85DBF) is known color: Deep Lilac. HEX triplet: A8, 5D and BF. RGB value is (168,93,191). Sum of RGB (Red+Green+Blue) = 168+93+191=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #A85DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DBF is #57A240. Grayscale: #7E7E7E. Windows color (decimal): -5743169 or 12541352. OLE color: 12541352.

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

Color convert

RGB 168 93 191 -
CMYK 0.12 0.51 0 0.25
HSL 285.92º 0.43% 0.56% -
HSV(B) 285.92º 0.51% 0.75% -
XYZ 29.47 19.92 51.58 -
YUV 126.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 168 93 191 0.12 0.51 0 0.25 285.92 0.43 0.56
Hex A8 5D BF C 33 0 19 11E 2B 38
Octal 250 135 277 14 63 0 31 436 53 70
Binary 10101000 1011101 10111111 1100 110011 0 11001 100011110 101011 111000

Color Harmonies of #A85DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DBF

Black with #A85DBF

Text Example


Text Example

White with #A85DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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