Html Css Color HEX #A249BE Deep Lilac

📋 copy color: '#A249BE'

red 162 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #A249BE

Tints of Deep Lilac #A249BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 38.12%
G = 17.18%
B = 44.71%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A249BE (or 0xA249BE) is known color: Deep Lilac. HEX triplet: A2, 49 and BE. RGB value is (162,73,190). Sum of RGB (Red+Green+Blue) = 162+73+190=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #A249BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249BE is #5DB641. Grayscale: #707070. Windows color (decimal): -6141506 or 12470690. OLE color: 12470690.

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

Color convert

RGB 162 73 190 -
CMYK 0.15 0.62 0 0.25
HSL 285.64º 0.47% 0.52% -
HSV(B) 285.64º 0.62% 0.75% -
XYZ 26.58 16.16 50.43 -
YUV 112.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 162 73 190 0.15 0.62 0 0.25 285.64 0.47 0.52
Hex A2 49 BE F 3E 0 19 11E 2F 34
Octal 242 111 276 17 76 0 31 436 57 64
Binary 10100010 1001001 10111110 1111 111110 0 11001 100011110 101111 110100

Color Harmonies of #A249BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249BE

Black with #A249BE

Text Example


Text Example

White with #A249BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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