Html Css Color HEX #A249AE Deep Lilac

📋 copy color: '#A249AE'

red 162 ◦ green 73 ◦ blue 174

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

Shades of Deep Lilac #A249AE

Tints of Deep Lilac #A249AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 39.61%
G = 17.85%
B = 42.54%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A249AE (or 0xA249AE) is known color: Deep Lilac. HEX triplet: A2, 49 and AE. RGB value is (162,73,174). Sum of RGB (Red+Green+Blue) = 162+73+174=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #A249AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A249AE is #5DB651. Grayscale: #6E6E6E. Windows color (decimal): -6141522 or 11422114. OLE color: 11422114.

HSL color Cylindrical-coordinate representation of color #A249AE: hue angle of 292.87º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A249AE is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 73 174 -
CMYK 0.07 0.58 0 0.32
HSL 292.87º 0.41% 0.48% -
HSV(B) 292.87º 0.58% 0.68% -
XYZ 24.92 15.5 41.72 -
YUV 111.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 162 73 174 0.07 0.58 0 0.32 292.87 0.41 0.48
Hex A2 49 AE 7 3A 0 20 125 29 30
Octal 242 111 256 7 72 0 40 445 51 60
Binary 10100010 1001001 10101110 111 111010 0 100000 100100101 101001 110000

Color Harmonies of #A249AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249AE

Black with #A249AE

Text Example


Text Example

White with #A249AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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