Html Css Color HEX #A649BF Deep Lilac

📋 copy color: '#A649BF'

red 166 ◦ green 73 ◦ blue 191

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

Shades of Deep Lilac #A649BF

Tints of Deep Lilac #A649BF

RGB

 RED value IS 166 (65.23% from 255) = 38.6%

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

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

R = 38.6%
G = 16.98%
B = 44.42%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A649BF (or 0xA649BF) is known color: Deep Lilac. HEX triplet: A6, 49 and BF. RGB value is (166,73,191). Sum of RGB (Red+Green+Blue) = 166+73+191=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #A649BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649BF is #59B640. Grayscale: #717171. Windows color (decimal): -5879361 or 12536230. OLE color: 12536230.

HSL color Cylindrical-coordinate representation of color #A649BF: hue angle of 287.29º 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 #A649BF is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 73 191 -
CMYK 0.13 0.62 0 0.25
HSL 287.29º 0.48% 0.52% -
HSV(B) 287.29º 0.62% 0.75% -
XYZ 27.51 16.63 51.05 -
YUV 114.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 166 73 191 0.13 0.62 0 0.25 287.29 0.48 0.52
Hex A6 49 BF D 3E 0 19 11F 30 34
Octal 246 111 277 15 76 0 31 437 60 64
Binary 10100110 1001001 10111111 1101 111110 0 11001 100011111 110000 110100

Color Harmonies of #A649BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A649BF

Black with #A649BF

Text Example


Text Example

White with #A649BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A649BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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