Html Css Color HEX #A546BE Deep Lilac

📋 copy color: '#A546BE'

red 165 ◦ green 70 ◦ blue 190

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

Shades of Deep Lilac #A546BE

Tints of Deep Lilac #A546BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 38.82%
G = 16.47%
B = 44.71%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A546BE (or 0xA546BE) is known color: Deep Lilac. HEX triplet: A5, 46 and BE. RGB value is (165,70,190). Sum of RGB (Red+Green+Blue) = 165+70+190=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #A546BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546BE is #5AB941. Grayscale: #6F6F6F. Windows color (decimal): -5945666 or 12469925. OLE color: 12469925.

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

Color convert

RGB 165 70 190 -
CMYK 0.13 0.63 0 0.25
HSL 287.5º 0.48% 0.51% -
HSV(B) 287.5º 0.63% 0.75% -
XYZ 27 16.1 50.4 -
YUV 112.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 165 70 190 0.13 0.63 0 0.25 287.5 0.48 0.51
Hex A5 46 BE D 3F 0 19 120 30 33
Octal 245 106 276 15 77 0 31 440 60 63
Binary 10100101 1000110 10111110 1101 111111 0 11001 100100000 110000 110011

Color Harmonies of #A546BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A546BE

Black with #A546BE

Text Example


Text Example

White with #A546BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A546BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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