Html Css Color HEX #A557B5 Deep Lilac

📋 copy color: '#A557B5'

red 165 ◦ green 87 ◦ blue 181

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

Shades of Deep Lilac #A557B5

Tints of Deep Lilac #A557B5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.09%

 BLUE value IS 181 (71.09% from 255) = 41.8%

R = 38.11%
G = 20.09%
B = 41.8%

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

#A557B5 (or 0xA557B5) is known color: Deep Lilac. HEX triplet: A5, 57 and B5. RGB value is (165,87,181). Sum of RGB (Red+Green+Blue) = 165+87+181=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #A557B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557B5 is #5AA84A. Grayscale: #787878. Windows color (decimal): -5941323 or 11884453. OLE color: 11884453.

HSL color Cylindrical-coordinate representation of color #A557B5: hue angle of 289.79º 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 #A557B5 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 87 181 -
CMYK 0.09 0.52 0 0.29
HSL 289.79º 0.39% 0.53% -
HSV(B) 289.79º 0.52% 0.71% -
XYZ 27.27 18.15 45.78 -
YUV 121.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 165 87 181 0.09 0.52 0 0.29 289.79 0.39 0.53
Hex A5 57 B5 9 34 0 1D 122 27 35
Octal 245 127 265 11 64 0 35 442 47 65
Binary 10100101 1010111 10110101 1001 110100 0 11101 100100010 100111 110101

Color Harmonies of #A557B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557B5

Black with #A557B5

Text Example


Text Example

White with #A557B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557B5; }

 p { color: rgb(165,87,181); }

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

background-color css

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

 a { background-color: rgb(165,87,181); }

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

border-color css

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

 span { border-color: rgb(165,87,181); }

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