Html Css Color HEX #A249CE Deep Lilac

📋 copy color: '#A249CE'

red 162 ◦ green 73 ◦ blue 206

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

Shades of Deep Lilac #A249CE

Tints of Deep Lilac #A249CE

RGB

 RED value IS 162 (63.67% from 255) = 36.73%

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 36.73%
G = 16.55%
B = 46.71%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A249CE (or 0xA249CE) is known color: Deep Lilac. HEX triplet: A2, 49 and CE. RGB value is (162,73,206). Sum of RGB (Red+Green+Blue) = 162+73+206=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #A249CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249CE is #5DB631. Grayscale: #727272. Windows color (decimal): -6141490 or 13519266. OLE color: 13519266.

HSL color Cylindrical-coordinate representation of color #A249CE: hue angle of 280.15º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A249CE is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 73 206 -
CMYK 0.21 0.65 0 0.19
HSL 280.15º 0.58% 0.55% -
HSV(B) 280.15º 0.65% 0.81% -
XYZ 28.42 16.9 60.16 -
YUV 114.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 162 73 206 0.21 0.65 0 0.19 280.15 0.58 0.55
Hex A2 49 CE 15 41 0 13 118 3A 37
Octal 242 111 316 25 101 0 23 430 72 67
Binary 10100010 1001001 11001110 10101 1000001 0 10011 100011000 111010 110111

Color Harmonies of #A249CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249CE

Black with #A249CE

Text Example


Text Example

White with #A249CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249CE; }

 p { color: rgb(162,73,206); }

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

background-color css

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

 a { background-color: rgb(162,73,206); }

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

border-color css

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

 span { border-color: rgb(162,73,206); }

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