Html Css Color HEX #A547BA Deep Lilac

📋 copy color: '#A547BA'

red 165 ◦ green 71 ◦ blue 186

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

Shades of Deep Lilac #A547BA

Tints of Deep Lilac #A547BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.82%

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

R = 39.1%
G = 16.82%
B = 44.08%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A547BA (or 0xA547BA) is known color: Deep Lilac. HEX triplet: A5, 47 and BA. RGB value is (165,71,186). Sum of RGB (Red+Green+Blue) = 165+71+186=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #A547BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547BA is #5AB845. Grayscale: #6F6F6F. Windows color (decimal): -5945414 or 12208037. OLE color: 12208037.

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

Color convert

RGB 165 71 186 -
CMYK 0.11 0.62 0 0.27
HSL 289.04º 0.45% 0.5% -
HSV(B) 289.04º 0.62% 0.73% -
XYZ 26.63 16.05 48.15 -
YUV 112.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 165 71 186 0.11 0.62 0 0.27 289.04 0.45 0.5
Hex A5 47 BA B 3E 0 1B 121 2D 32
Octal 245 107 272 13 76 0 33 441 55 62
Binary 10100101 1000111 10111010 1011 111110 0 11011 100100001 101101 110010

Color Harmonies of #A547BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547BA

Black with #A547BA

Text Example


Text Example

White with #A547BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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