Html Css Color HEX #A54DB6 Deep Lilac

📋 copy color: '#A54DB6'

red 165 ◦ green 77 ◦ blue 182

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

Shades of Deep Lilac #A54DB6

Tints of Deep Lilac #A54DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

 BLUE value IS 182 (71.48% from 255) = 42.92%

R = 38.92%
G = 18.16%
B = 42.92%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A54DB6 (or 0xA54DB6) is known color: Deep Lilac. HEX triplet: A5, 4D and B6. RGB value is (165,77,182). Sum of RGB (Red+Green+Blue) = 165+77+182=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 182 - color contains mainly: blue. Hex color #A54DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DB6 is #5AB249. Grayscale: #727272. Windows color (decimal): -5943882 or 11947429. OLE color: 11947429.

HSL color Cylindrical-coordinate representation of color #A54DB6: hue angle of 290.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54DB6 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 77 182 -
CMYK 0.09 0.58 0 0.29
HSL 290.29º 0.42% 0.51% -
HSV(B) 290.29º 0.58% 0.71% -
XYZ 26.61 16.68 46.07 -
YUV 115.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 165 77 182 0.09 0.58 0 0.29 290.29 0.42 0.51
Hex A5 4D B6 9 3A 0 1D 122 2A 33
Octal 245 115 266 11 72 0 35 442 52 63
Binary 10100101 1001101 10110110 1001 111010 0 11101 100100010 101010 110011

Color Harmonies of #A54DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DB6

Black with #A54DB6

Text Example


Text Example

White with #A54DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DB6; }

 p { color: rgb(165,77,182); }

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

background-color css

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

 a { background-color: rgb(165,77,182); }

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

border-color css

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

 span { border-color: rgb(165,77,182); }

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