Html Css Color HEX #A558BA Deep Lilac

📋 copy color: '#A558BA'

red 165 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #A558BA

Tints of Deep Lilac #A558BA

RGB

 RED value IS 165 (64.84% from 255) = 37.59%

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

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 37.59%
G = 20.05%
B = 42.37%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A558BA (or 0xA558BA) is known color: Deep Lilac. HEX triplet: A5, 58 and BA. RGB value is (165,88,186). Sum of RGB (Red+Green+Blue) = 165+88+186=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #A558BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558BA is #5AA745. Grayscale: #797979. Windows color (decimal): -5941062 or 12212389. OLE color: 12212389.

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

Color convert

RGB 165 88 186 -
CMYK 0.11 0.53 0 0.27
HSL 287.14º 0.42% 0.54% -
HSV(B) 287.14º 0.53% 0.73% -
XYZ 27.87 18.52 48.56 -
YUV 122.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 165 88 186 0.11 0.53 0 0.27 287.14 0.42 0.54
Hex A5 58 BA B 35 0 1B 11F 2A 36
Octal 245 130 272 13 65 0 33 437 52 66
Binary 10100101 1011000 10111010 1011 110101 0 11011 100011111 101010 110110

Color Harmonies of #A558BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558BA

Black with #A558BA

Text Example


Text Example

White with #A558BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558BA; }

 p { color: rgb(165,88,186); }

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

background-color css

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

 a { background-color: rgb(165,88,186); }

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

border-color css

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

 span { border-color: rgb(165,88,186); }

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