Html Css Color HEX #A85FBA Deep Lilac

📋 copy color: '#A85FBA'

red 168 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #A85FBA

Tints of Deep Lilac #A85FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.16%

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

R = 37.42%
G = 21.16%
B = 41.43%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A85FBA (or 0xA85FBA) is known color: Deep Lilac. HEX triplet: A8, 5F and BA. RGB value is (168,95,186). Sum of RGB (Red+Green+Blue) = 168+95+186=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #A85FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FBA is #57A045. Grayscale: #7E7E7E. Windows color (decimal): -5742662 or 12214184. OLE color: 12214184.

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

Color convert

RGB 168 95 186 -
CMYK 0.10 0.49 0 0.27
HSL 288.13º 0.4% 0.55% -
HSV(B) 288.13º 0.49% 0.73% -
XYZ 29.1 20.05 48.79 -
YUV 127.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 168 95 186 0.10 0.49 0 0.27 288.13 0.4 0.55
Hex A8 5F BA A 31 0 1B 120 28 37
Octal 250 137 272 12 61 0 33 440 50 67
Binary 10101000 1011111 10111010 1010 110001 0 11011 100100000 101000 110111

Color Harmonies of #A85FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FBA

Black with #A85FBA

Text Example


Text Example

White with #A85FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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