Html Css Color HEX #A540BA Deep Lilac

📋 copy color: '#A540BA'

red 165 ◦ green 64 ◦ blue 186

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

Shades of Deep Lilac #A540BA

Tints of Deep Lilac #A540BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

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

R = 39.76%
G = 15.42%
B = 44.82%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A540BA (or 0xA540BA) is known color: Deep Lilac. HEX triplet: A5, 40 and BA. RGB value is (165,64,186). Sum of RGB (Red+Green+Blue) = 165+64+186=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #A540BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540BA is #5ABF45. Grayscale: #6B6B6B. Windows color (decimal): -5947206 or 12206245. OLE color: 12206245.

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

Color convert

RGB 165 64 186 -
CMYK 0.11 0.66 0 0.27
HSL 289.67º 0.49% 0.49% -
HSV(B) 289.67º 0.66% 0.73% -
XYZ 26.21 15.21 48.01 -
YUV 108.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 165 64 186 0.11 0.66 0 0.27 289.67 0.49 0.49
Hex A5 40 BA B 42 0 1B 122 31 31
Octal 245 100 272 13 102 0 33 442 61 61
Binary 10100101 1000000 10111010 1011 1000010 0 11011 100100010 110001 110001

Color Harmonies of #A540BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540BA

Black with #A540BA

Text Example


Text Example

White with #A540BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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