Html Css Color HEX #A549BF Deep Lilac

📋 copy color: '#A549BF'

red 165 ◦ green 73 ◦ blue 191

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

Shades of Deep Lilac #A549BF

Tints of Deep Lilac #A549BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.52%

R = 38.46%
G = 17.02%
B = 44.52%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A549BF (or 0xA549BF) is known color: Deep Lilac. HEX triplet: A5, 49 and BF. RGB value is (165,73,191). Sum of RGB (Red+Green+Blue) = 165+73+191=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #A549BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549BF is #5AB640. Grayscale: #717171. Windows color (decimal): -5944897 or 12536229. OLE color: 12536229.

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

Color convert

RGB 165 73 191 -
CMYK 0.14 0.62 0 0.25
HSL 286.78º 0.48% 0.52% -
HSV(B) 286.78º 0.62% 0.75% -
XYZ 27.3 16.53 51.04 -
YUV 113.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 165 73 191 0.14 0.62 0 0.25 286.78 0.48 0.52
Hex A5 49 BF E 3E 0 19 11F 30 34
Octal 245 111 277 16 76 0 31 437 60 64
Binary 10100101 1001001 10111111 1110 111110 0 11001 100011111 110000 110100

Color Harmonies of #A549BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549BF

Black with #A549BF

Text Example


Text Example

White with #A549BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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