Html Css Color HEX #A858BF Deep Lilac

📋 copy color: '#A858BF'

red 168 ◦ green 88 ◦ blue 191

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

Shades of Deep Lilac #A858BF

Tints of Deep Lilac #A858BF

RGB

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

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

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

R = 37.58%
G = 19.69%
B = 42.73%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A858BF (or 0xA858BF) is known color: Deep Lilac. HEX triplet: A8, 58 and BF. RGB value is (168,88,191). Sum of RGB (Red+Green+Blue) = 168+88+191=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #A858BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858BF is #57A740. Grayscale: #7B7B7B. Windows color (decimal): -5744449 or 12540072. OLE color: 12540072.

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

Color convert

RGB 168 88 191 -
CMYK 0.12 0.54 0 0.25
HSL 286.6º 0.45% 0.55% -
HSV(B) 286.6º 0.54% 0.75% -
XYZ 29.04 19.07 51.44 -
YUV 123.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 168 88 191 0.12 0.54 0 0.25 286.6 0.45 0.55
Hex A8 58 BF C 36 0 19 11F 2D 37
Octal 250 130 277 14 66 0 31 437 55 67
Binary 10101000 1011000 10111111 1100 110110 0 11001 100011111 101101 110111

Color Harmonies of #A858BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858BF

Black with #A858BF

Text Example


Text Example

White with #A858BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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