Html Css Color HEX #A85CBA Deep Lilac

📋 copy color: '#A85CBA'

red 168 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #A85CBA

Tints of Deep Lilac #A85CBA

RGB

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

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

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

R = 37.67%
G = 20.63%
B = 41.7%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A85CBA (or 0xA85CBA) is known color: Deep Lilac. HEX triplet: A8, 5C and BA. RGB value is (168,92,186). Sum of RGB (Red+Green+Blue) = 168+92+186=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #A85CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CBA is #57A345. Grayscale: #7D7D7D. Windows color (decimal): -5743430 or 12213416. OLE color: 12213416.

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

Color convert

RGB 168 92 186 -
CMYK 0.10 0.51 0 0.27
HSL 288.51º 0.41% 0.55% -
HSV(B) 288.51º 0.51% 0.73% -
XYZ 28.84 19.52 48.7 -
YUV 125.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 168 92 186 0.10 0.51 0 0.27 288.51 0.41 0.55
Hex A8 5C BA A 33 0 1B 121 29 37
Octal 250 134 272 12 63 0 33 441 51 67
Binary 10101000 1011100 10111010 1010 110011 0 11011 100100001 101001 110111

Color Harmonies of #A85CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CBA

Black with #A85CBA

Text Example


Text Example

White with #A85CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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