Html Css Color HEX #A85DBB Deep Lilac

📋 copy color: '#A85DBB'

red 168 ◦ green 93 ◦ blue 187

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

Shades of Deep Lilac #A85DBB

Tints of Deep Lilac #A85DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 37.5%
G = 20.76%
B = 41.74%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A85DBB (or 0xA85DBB) is known color: Deep Lilac. HEX triplet: A8, 5D and BB. RGB value is (168,93,187). Sum of RGB (Red+Green+Blue) = 168+93+187=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #A85DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DBB is #57A244. Grayscale: #7D7D7D. Windows color (decimal): -5743173 or 12279208. OLE color: 12279208.

HSL color Cylindrical-coordinate representation of color #A85DBB: hue angle of 287.87º degrees, saturation: 0.41, 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 #A85DBB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 93 187 -
CMYK 0.10 0.50 0 0.27
HSL 287.87º 0.41% 0.55% -
HSV(B) 287.87º 0.5% 0.73% -
XYZ 29.03 19.74 49.29 -
YUV 126.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 168 93 187 0.10 0.50 0 0.27 287.87 0.41 0.55
Hex A8 5D BB A 32 0 1B 120 29 37
Octal 250 135 273 12 62 0 33 440 51 67
Binary 10101000 1011101 10111011 1010 110010 0 11011 100100000 101001 110111

Color Harmonies of #A85DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DBB

Black with #A85DBB

Text Example


Text Example

White with #A85DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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