Html Css Color HEX #A557BF Deep Lilac

📋 copy color: '#A557BF'

red 165 ◦ green 87 ◦ blue 191

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

Shades of Deep Lilac #A557BF

Tints of Deep Lilac #A557BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.12%

R = 37.25%
G = 19.64%
B = 43.12%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A557BF (or 0xA557BF) is known color: Deep Lilac. HEX triplet: A5, 57 and BF. RGB value is (165,87,191). Sum of RGB (Red+Green+Blue) = 165+87+191=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #A557BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557BF is #5AA840. Grayscale: #797979. Windows color (decimal): -5941313 or 12539813. OLE color: 12539813.

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

Color convert

RGB 165 87 191 -
CMYK 0.14 0.54 0 0.25
HSL 285º 0.45% 0.55% -
HSV(B) 285º 0.54% 0.75% -
XYZ 28.33 18.58 51.38 -
YUV 122.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 165 87 191 0.14 0.54 0 0.25 285 0.45 0.55
Hex A5 57 BF E 36 0 19 11D 2D 37
Octal 245 127 277 16 66 0 31 435 55 67
Binary 10100101 1010111 10111111 1110 110110 0 11001 100011101 101101 110111

Color Harmonies of #A557BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557BF

Black with #A557BF

Text Example


Text Example

White with #A557BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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