Html Css Color HEX #A85CBF Deep Lilac

📋 copy color: '#A85CBF'

red 168 ◦ green 92 ◦ blue 191

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

Shades of Deep Lilac #A85CBF

Tints of Deep Lilac #A85CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

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

R = 37.25%
G = 20.4%
B = 42.35%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A85CBF (or 0xA85CBF) is known color: Deep Lilac. HEX triplet: A8, 5C and BF. RGB value is (168,92,191). Sum of RGB (Red+Green+Blue) = 168+92+191=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #A85CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CBF is #57A340. Grayscale: #7D7D7D. Windows color (decimal): -5743425 or 12541096. OLE color: 12541096.

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

Color convert

RGB 168 92 191 -
CMYK 0.12 0.52 0 0.25
HSL 286.06º 0.44% 0.55% -
HSV(B) 286.06º 0.52% 0.75% -
XYZ 29.38 19.74 51.55 -
YUV 126.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 168 92 191 0.12 0.52 0 0.25 286.06 0.44 0.55
Hex A8 5C BF C 34 0 19 11E 2C 37
Octal 250 134 277 14 64 0 31 436 54 67
Binary 10101000 1011100 10111111 1100 110100 0 11001 100011110 101100 110111

Color Harmonies of #A85CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CBF

Black with #A85CBF

Text Example


Text Example

White with #A85CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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