Html Css Color HEX #A540BC Deep Lilac

📋 copy color: '#A540BC'

red 165 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #A540BC

Tints of Deep Lilac #A540BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 39.57%
G = 15.35%
B = 45.08%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A540BC (or 0xA540BC) is known color: Deep Lilac. HEX triplet: A5, 40 and BC. RGB value is (165,64,188). Sum of RGB (Red+Green+Blue) = 165+64+188=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #A540BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540BC is #5ABF43. Grayscale: #6B6B6B. Windows color (decimal): -5947204 or 12337317. OLE color: 12337317.

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

Color convert

RGB 165 64 188 -
CMYK 0.12 0.66 0 0.26
HSL 288.87º 0.49% 0.49% -
HSV(B) 288.87º 0.66% 0.74% -
XYZ 26.43 15.3 49.14 -
YUV 108.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 165 64 188 0.12 0.66 0 0.26 288.87 0.49 0.49
Hex A5 40 BC C 42 0 1A 121 31 31
Octal 245 100 274 14 102 0 32 441 61 61
Binary 10100101 1000000 10111100 1100 1000010 0 11010 100100001 110001 110001

Color Harmonies of #A540BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540BC

Black with #A540BC

Text Example


Text Example

White with #A540BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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