Html Css Color HEX #A058BE Deep Lilac

📋 copy color: '#A058BE'

red 160 ◦ green 88 ◦ blue 190

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

Shades of Deep Lilac #A058BE

Tints of Deep Lilac #A058BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 36.53%
G = 20.09%
B = 43.38%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A058BE (or 0xA058BE) is known color: Deep Lilac. HEX triplet: A0, 58 and BE. RGB value is (160,88,190). Sum of RGB (Red+Green+Blue) = 160+88+190=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #A058BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058BE is #5FA741. Grayscale: #787878. Windows color (decimal): -6268738 or 12474528. OLE color: 12474528.

HSL color Cylindrical-coordinate representation of color #A058BE: hue angle of 282.35º degrees, saturation: 0.44, 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 #A058BE is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 88 190 -
CMYK 0.16 0.54 0 0.25
HSL 282.35º 0.44% 0.55% -
HSV(B) 282.35º 0.54% 0.75% -
XYZ 27.28 18.17 50.78 -
YUV 121.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 160 88 190 0.16 0.54 0 0.25 282.35 0.44 0.55
Hex A0 58 BE 10 36 0 19 11A 2C 37
Octal 240 130 276 20 66 0 31 432 54 67
Binary 10100000 1011000 10111110 10000 110110 0 11001 100011010 101100 110111

Color Harmonies of #A058BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A058BE

Black with #A058BE

Text Example


Text Example

White with #A058BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A058BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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