Html Css Color HEX #A540BB Deep Lilac

📋 copy color: '#A540BB'

red 165 ◦ green 64 ◦ blue 187

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

Shades of Deep Lilac #A540BB

Tints of Deep Lilac #A540BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 39.66%
G = 15.38%
B = 44.95%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A540BB (or 0xA540BB) is known color: Deep Lilac. HEX triplet: A5, 40 and BB. RGB value is (165,64,187). Sum of RGB (Red+Green+Blue) = 165+64+187=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #A540BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540BB is #5ABF44. Grayscale: #6B6B6B. Windows color (decimal): -5947205 or 12271781. OLE color: 12271781.

HSL color Cylindrical-coordinate representation of color #A540BB: hue angle of 289.27º 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 #A540BB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 64 187 -
CMYK 0.12 0.66 0 0.27
HSL 289.27º 0.49% 0.49% -
HSV(B) 289.27º 0.66% 0.73% -
XYZ 26.32 15.25 48.57 -
YUV 108.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 165 64 187 0.12 0.66 0 0.27 289.27 0.49 0.49
Hex A5 40 BB C 42 0 1B 121 31 31
Octal 245 100 273 14 102 0 33 441 61 61
Binary 10100101 1000000 10111011 1100 1000010 0 11011 100100001 110001 110001

Color Harmonies of #A540BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540BB

Black with #A540BB

Text Example


Text Example

White with #A540BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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