Html Css Color HEX #A85ABF Deep Lilac

📋 copy color: '#A85ABF'

red 168 ◦ green 90 ◦ blue 191

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

Shades of Deep Lilac #A85ABF

Tints of Deep Lilac #A85ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.04%

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

R = 37.42%
G = 20.04%
B = 42.54%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A85ABF (or 0xA85ABF) is known color: Deep Lilac. HEX triplet: A8, 5A and BF. RGB value is (168,90,191). Sum of RGB (Red+Green+Blue) = 168+90+191=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #A85ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ABF is #57A540. Grayscale: #7C7C7C. Windows color (decimal): -5743937 or 12540584. OLE color: 12540584.

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

Color convert

RGB 168 90 191 -
CMYK 0.12 0.53 0 0.25
HSL 286.34º 0.44% 0.55% -
HSV(B) 286.34º 0.53% 0.75% -
XYZ 29.21 19.4 51.5 -
YUV 124.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 168 90 191 0.12 0.53 0 0.25 286.34 0.44 0.55
Hex A8 5A BF C 35 0 19 11E 2C 37
Octal 250 132 277 14 65 0 31 436 54 67
Binary 10101000 1011010 10111111 1100 110101 0 11001 100011110 101100 110111

Color Harmonies of #A85ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85ABF

Black with #A85ABF

Text Example


Text Example

White with #A85ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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