Html Css Color HEX #A546BD Deep Lilac

📋 copy color: '#A546BD'

red 165 ◦ green 70 ◦ blue 189

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

Shades of Deep Lilac #A546BD

Tints of Deep Lilac #A546BD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.51%

 BLUE value IS 189 (74.22% from 255) = 44.58%

R = 38.92%
G = 16.51%
B = 44.58%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A546BD (or 0xA546BD) is known color: Deep Lilac. HEX triplet: A5, 46 and BD. RGB value is (165,70,189). Sum of RGB (Red+Green+Blue) = 165+70+189=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #A546BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546BD is #5AB942. Grayscale: #6F6F6F. Windows color (decimal): -5945667 or 12404389. OLE color: 12404389.

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

Color convert

RGB 165 70 189 -
CMYK 0.13 0.63 0 0.26
HSL 287.9º 0.47% 0.51% -
HSV(B) 287.9º 0.63% 0.74% -
XYZ 26.89 16.05 49.83 -
YUV 111.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 165 70 189 0.13 0.63 0 0.26 287.9 0.47 0.51
Hex A5 46 BD D 3F 0 1A 120 2F 33
Octal 245 106 275 15 77 0 32 440 57 63
Binary 10100101 1000110 10111101 1101 111111 0 11010 100100000 101111 110011

Color Harmonies of #A546BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A546BD

Black with #A546BD

Text Example


Text Example

White with #A546BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A546BD; }

 p { color: rgb(165,70,189); }

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

background-color css

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

 a { background-color: rgb(165,70,189); }

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

border-color css

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

 span { border-color: rgb(165,70,189); }

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