Html Css Color HEX #A553BA Deep Lilac

📋 copy color: '#A553BA'

red 165 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #A553BA

Tints of Deep Lilac #A553BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 38.02%
G = 19.12%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A553BA (or 0xA553BA) is known color: Deep Lilac. HEX triplet: A5, 53 and BA. RGB value is (165,83,186). Sum of RGB (Red+Green+Blue) = 165+83+186=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #A553BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A553BA is #5AAC45. Grayscale: #767676. Windows color (decimal): -5942342 or 12211109. OLE color: 12211109.

HSL color Cylindrical-coordinate representation of color #A553BA: hue angle of 287.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A553BA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 83 186 -
CMYK 0.11 0.55 0 0.27
HSL 287.77º 0.43% 0.53% -
HSV(B) 287.77º 0.55% 0.73% -
XYZ 27.47 17.73 48.43 -
YUV 119.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 165 83 186 0.11 0.55 0 0.27 287.77 0.43 0.53
Hex A5 53 BA B 37 0 1B 120 2B 35
Octal 245 123 272 13 67 0 33 440 53 65
Binary 10100101 1010011 10111010 1011 110111 0 11011 100100000 101011 110101

Color Harmonies of #A553BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553BA

Black with #A553BA

Text Example


Text Example

White with #A553BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553BA; }

 p { color: rgb(165,83,186); }

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

background-color css

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

 a { background-color: rgb(165,83,186); }

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

border-color css

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

 span { border-color: rgb(165,83,186); }

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