Html Css Color HEX #A558B6 Deep Lilac

📋 copy color: '#A558B6'

red 165 ◦ green 88 ◦ blue 182

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

Shades of Deep Lilac #A558B6

Tints of Deep Lilac #A558B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.84%

R = 37.93%
G = 20.23%
B = 41.84%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A558B6 (or 0xA558B6) is known color: Deep Lilac. HEX triplet: A5, 58 and B6. RGB value is (165,88,182). Sum of RGB (Red+Green+Blue) = 165+88+182=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #A558B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558B6 is #5AA749. Grayscale: #797979. Windows color (decimal): -5941066 or 11950245. OLE color: 11950245.

HSL color Cylindrical-coordinate representation of color #A558B6: hue angle of 289.15º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A558B6 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 88 182 -
CMYK 0.09 0.52 0 0.29
HSL 289.15º 0.39% 0.53% -
HSV(B) 289.15º 0.52% 0.71% -
XYZ 27.45 18.36 46.35 -
YUV 121.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 165 88 182 0.09 0.52 0 0.29 289.15 0.39 0.53
Hex A5 58 B6 9 34 0 1D 121 27 35
Octal 245 130 266 11 64 0 35 441 47 65
Binary 10100101 1011000 10110110 1001 110100 0 11101 100100001 100111 110101

Color Harmonies of #A558B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558B6

Black with #A558B6

Text Example


Text Example

White with #A558B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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