Html Css Color HEX #A058BD Deep Lilac

📋 copy color: '#A058BD'

red 160 ◦ green 88 ◦ blue 189

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

Shades of Deep Lilac #A058BD

Tints of Deep Lilac #A058BD

RGB

 RED value IS 160 (62.89% from 255) = 36.61%

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

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 36.61%
G = 20.14%
B = 43.25%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A058BD (or 0xA058BD) is known color: Deep Lilac. HEX triplet: A0, 58 and BD. RGB value is (160,88,189). Sum of RGB (Red+Green+Blue) = 160+88+189=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #A058BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058BD is #5FA742. Grayscale: #787878. Windows color (decimal): -6268739 or 12408992. OLE color: 12408992.

HSL color Cylindrical-coordinate representation of color #A058BD: hue angle of 282.77º 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 #A058BD is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 88 189 -
CMYK 0.15 0.53 0 0.26
HSL 282.77º 0.43% 0.54% -
HSV(B) 282.77º 0.53% 0.74% -
XYZ 27.17 18.13 50.21 -
YUV 121.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 160 88 189 0.15 0.53 0 0.26 282.77 0.43 0.54
Hex A0 58 BD F 35 0 1A 11B 2B 36
Octal 240 130 275 17 65 0 32 433 53 66
Binary 10100000 1011000 10111101 1111 110101 0 11010 100011011 101011 110110

Color Harmonies of #A058BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A058BD

Black with #A058BD

Text Example


Text Example

White with #A058BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A058BD; }

 p { color: rgb(160,88,189); }

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

background-color css

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

 a { background-color: rgb(160,88,189); }

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

border-color css

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

 span { border-color: rgb(160,88,189); }

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