Html Css Color HEX #A557BE Deep Lilac

📋 copy color: '#A557BE'

red 165 ◦ green 87 ◦ blue 190

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

Shades of Deep Lilac #A557BE

Tints of Deep Lilac #A557BE

RGB

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

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

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

R = 37.33%
G = 19.68%
B = 42.99%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A557BE (or 0xA557BE) is known color: Deep Lilac. HEX triplet: A5, 57 and BE. RGB value is (165,87,190). Sum of RGB (Red+Green+Blue) = 165+87+190=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #A557BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557BE is #5AA841. Grayscale: #797979. Windows color (decimal): -5941314 or 12474277. OLE color: 12474277.

HSL color Cylindrical-coordinate representation of color #A557BE: hue angle of 285.44º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A557BE is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 87 190 -
CMYK 0.13 0.54 0 0.25
HSL 285.44º 0.44% 0.54% -
HSV(B) 285.44º 0.54% 0.75% -
XYZ 28.22 18.53 50.81 -
YUV 122.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 165 87 190 0.13 0.54 0 0.25 285.44 0.44 0.54
Hex A5 57 BE D 36 0 19 11D 2C 36
Octal 245 127 276 15 66 0 31 435 54 66
Binary 10100101 1010111 10111110 1101 110110 0 11001 100011101 101100 110110

Color Harmonies of #A557BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557BE

Black with #A557BE

Text Example


Text Example

White with #A557BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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