Html Css Color HEX #A858B9 Deep Lilac

📋 copy color: '#A858B9'

red 168 ◦ green 88 ◦ blue 185

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

Shades of Deep Lilac #A858B9

Tints of Deep Lilac #A858B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 38.1%
G = 19.95%
B = 41.95%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A858B9 (or 0xA858B9) is known color: Deep Lilac. HEX triplet: A8, 58 and B9. RGB value is (168,88,185). Sum of RGB (Red+Green+Blue) = 168+88+185=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #A858B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858B9 is #57A746. Grayscale: #7A7A7A. Windows color (decimal): -5744455 or 12146856. OLE color: 12146856.

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

Color convert

RGB 168 88 185 -
CMYK 0.09 0.52 0 0.27
HSL 289.48º 0.41% 0.54% -
HSV(B) 289.48º 0.52% 0.73% -
XYZ 28.4 18.81 48.03 -
YUV 122.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 168 88 185 0.09 0.52 0 0.27 289.48 0.41 0.54
Hex A8 58 B9 9 34 0 1B 121 29 36
Octal 250 130 271 11 64 0 33 441 51 66
Binary 10101000 1011000 10111001 1001 110100 0 11011 100100001 101001 110110

Color Harmonies of #A858B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858B9

Black with #A858B9

Text Example


Text Example

White with #A858B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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