Html Css Color HEX #A549B6 Deep Lilac

📋 copy color: '#A549B6'

red 165 ◦ green 73 ◦ blue 182

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

Shades of Deep Lilac #A549B6

Tints of Deep Lilac #A549B6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.38%

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

R = 39.29%
G = 17.38%
B = 43.33%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A549B6 (or 0xA549B6) is known color: Deep Lilac. HEX triplet: A5, 49 and B6. RGB value is (165,73,182). Sum of RGB (Red+Green+Blue) = 165+73+182=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #A549B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549B6 is #5AB649. Grayscale: #707070. Windows color (decimal): -5944906 or 11946405. OLE color: 11946405.

HSL color Cylindrical-coordinate representation of color #A549B6: hue angle of 290.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A549B6 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 73 182 -
CMYK 0.09 0.60 0 0.29
HSL 290.64º 0.43% 0.5% -
HSV(B) 290.64º 0.6% 0.71% -
XYZ 26.34 16.14 45.98 -
YUV 112.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 165 73 182 0.09 0.60 0 0.29 290.64 0.43 0.5
Hex A5 49 B6 9 3C 0 1D 123 2B 32
Octal 245 111 266 11 74 0 35 443 53 62
Binary 10100101 1001001 10110110 1001 111100 0 11101 100100011 101011 110010

Color Harmonies of #A549B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549B6

Black with #A549B6

Text Example


Text Example

White with #A549B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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