Html Css Color HEX #A858BA Deep Lilac

📋 copy color: '#A858BA'

red 168 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #A858BA

Tints of Deep Lilac #A858BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.91%

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

R = 38.01%
G = 19.91%
B = 42.08%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A858BA (or 0xA858BA) is known color: Deep Lilac. HEX triplet: A8, 58 and BA. RGB value is (168,88,186). Sum of RGB (Red+Green+Blue) = 168+88+186=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #A858BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858BA is #57A745. Grayscale: #7A7A7A. Windows color (decimal): -5744454 or 12212392. OLE color: 12212392.

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

Color convert

RGB 168 88 186 -
CMYK 0.10 0.53 0 0.27
HSL 288.98º 0.42% 0.54% -
HSV(B) 288.98º 0.53% 0.73% -
XYZ 28.5 18.85 48.59 -
YUV 123.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 168 88 186 0.10 0.53 0 0.27 288.98 0.42 0.54
Hex A8 58 BA A 35 0 1B 121 2A 36
Octal 250 130 272 12 65 0 33 441 52 66
Binary 10101000 1011000 10111010 1010 110101 0 11011 100100001 101010 110110

Color Harmonies of #A858BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858BA

Black with #A858BA

Text Example


Text Example

White with #A858BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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