Html Css Color HEX #A858BC Deep Lilac

📋 copy color: '#A858BC'

red 168 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #A858BC

Tints of Deep Lilac #A858BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 37.84%
G = 19.82%
B = 42.34%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A858BC (or 0xA858BC) is known color: Deep Lilac. HEX triplet: A8, 58 and BC. RGB value is (168,88,188). Sum of RGB (Red+Green+Blue) = 168+88+188=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #A858BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858BC is #57A743. Grayscale: #7B7B7B. Windows color (decimal): -5744452 or 12343464. OLE color: 12343464.

HSL color Cylindrical-coordinate representation of color #A858BC: hue angle of 288º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A858BC is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 88 188 -
CMYK 0.11 0.53 0 0.26
HSL 288º 0.43% 0.54% -
HSV(B) 288º 0.53% 0.74% -
XYZ 28.72 18.94 49.72 -
YUV 123.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 168 88 188 0.11 0.53 0 0.26 288 0.43 0.54
Hex A8 58 BC B 35 0 1A 120 2B 36
Octal 250 130 274 13 65 0 32 440 53 66
Binary 10101000 1011000 10111100 1011 110101 0 11010 100100000 101011 110110

Color Harmonies of #A858BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858BC

Black with #A858BC

Text Example


Text Example

White with #A858BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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