Html Css Color HEX #A545BC Deep Lilac

📋 copy color: '#A545BC'

red 165 ◦ green 69 ◦ blue 188

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

Shades of Deep Lilac #A545BC

Tints of Deep Lilac #A545BC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

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

R = 39.1%
G = 16.35%
B = 44.55%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A545BC (or 0xA545BC) is known color: Deep Lilac. HEX triplet: A5, 45 and BC. RGB value is (165,69,188). Sum of RGB (Red+Green+Blue) = 165+69+188=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #A545BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545BC is #5ABA43. Grayscale: #6E6E6E. Windows color (decimal): -5945924 or 12338597. OLE color: 12338597.

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

Color convert

RGB 165 69 188 -
CMYK 0.12 0.63 0 0.26
HSL 288.4º 0.47% 0.5% -
HSV(B) 288.4º 0.63% 0.74% -
XYZ 26.72 15.89 49.23 -
YUV 111.27 171.3 166.32 -
System Red Green Blue C M Y K H S L
Decimal 165 69 188 0.12 0.63 0 0.26 288.4 0.47 0.5
Hex A5 45 BC C 3F 0 1A 120 2F 32
Octal 245 105 274 14 77 0 32 440 57 62
Binary 10100101 1000101 10111100 1100 111111 0 11010 100100000 101111 110010

Color Harmonies of #A545BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545BC

Black with #A545BC

Text Example


Text Example

White with #A545BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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