Html Css Color HEX #A558BD Deep Lilac

📋 copy color: '#A558BD'

red 165 ◦ green 88 ◦ blue 189

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

Shades of Deep Lilac #A558BD

Tints of Deep Lilac #A558BD

RGB

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

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

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

R = 37.33%
G = 19.91%
B = 42.76%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A558BD (or 0xA558BD) is known color: Deep Lilac. HEX triplet: A5, 58 and BD. RGB value is (165,88,189). Sum of RGB (Red+Green+Blue) = 165+88+189=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #A558BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558BD is #5AA742. Grayscale: #7A7A7A. Windows color (decimal): -5941059 or 12408997. OLE color: 12408997.

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

Color convert

RGB 165 88 189 -
CMYK 0.13 0.53 0 0.26
HSL 285.74º 0.43% 0.54% -
HSV(B) 285.74º 0.53% 0.74% -
XYZ 28.19 18.65 50.26 -
YUV 122.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 165 88 189 0.13 0.53 0 0.26 285.74 0.43 0.54
Hex A5 58 BD D 35 0 1A 11E 2B 36
Octal 245 130 275 15 65 0 32 436 53 66
Binary 10100101 1011000 10111101 1101 110101 0 11010 100011110 101011 110110

Color Harmonies of #A558BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558BD

Black with #A558BD

Text Example


Text Example

White with #A558BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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