Html Css Color HEX #A85FBC Deep Lilac

📋 copy color: '#A85FBC'

red 168 ◦ green 95 ◦ blue 188

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

Shades of Deep Lilac #A85FBC

Tints of Deep Lilac #A85FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 37.25%
G = 21.06%
B = 41.69%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A85FBC (or 0xA85FBC) is known color: Deep Lilac. HEX triplet: A8, 5F and BC. RGB value is (168,95,188). Sum of RGB (Red+Green+Blue) = 168+95+188=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #A85FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FBC is #57A043. Grayscale: #7F7F7F. Windows color (decimal): -5742660 or 12345256. OLE color: 12345256.

HSL color Cylindrical-coordinate representation of color #A85FBC: hue angle of 287.1º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85FBC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 95 188 -
CMYK 0.11 0.49 0 0.26
HSL 287.1º 0.41% 0.55% -
HSV(B) 287.1º 0.49% 0.74% -
XYZ 29.32 20.14 49.92 -
YUV 127.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 168 95 188 0.11 0.49 0 0.26 287.1 0.41 0.55
Hex A8 5F BC B 31 0 1A 11F 29 37
Octal 250 137 274 13 61 0 32 437 51 67
Binary 10101000 1011111 10111100 1011 110001 0 11010 100011111 101001 110111

Color Harmonies of #A85FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FBC

Black with #A85FBC

Text Example


Text Example

White with #A85FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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