Html Css Color HEX #A557CD Deep Lilac

📋 copy color: '#A557CD'

red 165 ◦ green 87 ◦ blue 205

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

Shades of Deep Lilac #A557CD

Tints of Deep Lilac #A557CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 36.11%
G = 19.04%
B = 44.86%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A557CD (or 0xA557CD) is known color: Deep Lilac. HEX triplet: A5, 57 and CD. RGB value is (165,87,205). Sum of RGB (Red+Green+Blue) = 165+87+205=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A557CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557CD is #5AA832. Grayscale: #7B7B7B. Windows color (decimal): -5941299 or 13457317. OLE color: 13457317.

HSL color Cylindrical-coordinate representation of color #A557CD: hue angle of 279.66º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A557CD is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 87 205 -
CMYK 0.20 0.58 0 0.20
HSL 279.66º 0.54% 0.57% -
HSV(B) 279.66º 0.58% 0.8% -
XYZ 29.94 19.22 59.89 -
YUV 123.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 165 87 205 0.20 0.58 0 0.20 279.66 0.54 0.57
Hex A5 57 CD 14 3A 0 14 118 36 39
Octal 245 127 315 24 72 0 24 430 66 71
Binary 10100101 1010111 11001101 10100 111010 0 10100 100011000 110110 111001

Color Harmonies of #A557CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557CD

Black with #A557CD

Text Example


Text Example

White with #A557CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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