Html Css Color HEX #A249CD Deep Lilac

📋 copy color: '#A249CD'

red 162 ◦ green 73 ◦ blue 205

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

Shades of Deep Lilac #A249CD

Tints of Deep Lilac #A249CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 36.82%
G = 16.59%
B = 46.59%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A249CD (or 0xA249CD) is known color: Deep Lilac. HEX triplet: A2, 49 and CD. RGB value is (162,73,205). Sum of RGB (Red+Green+Blue) = 162+73+205=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #A249CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249CD is #5DB632. Grayscale: #727272. Windows color (decimal): -6141491 or 13453730. OLE color: 13453730.

HSL color Cylindrical-coordinate representation of color #A249CD: hue angle of 280.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A249CD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 73 205 -
CMYK 0.21 0.64 0 0.20
HSL 280.45º 0.57% 0.55% -
HSV(B) 280.45º 0.64% 0.8% -
XYZ 28.3 16.85 59.52 -
YUV 114.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 162 73 205 0.21 0.64 0 0.20 280.45 0.57 0.55
Hex A2 49 CD 15 40 0 14 118 39 37
Octal 242 111 315 25 100 0 24 430 71 67
Binary 10100010 1001001 11001101 10101 1000000 0 10100 100011000 111001 110111

Color Harmonies of #A249CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249CD

Black with #A249CD

Text Example


Text Example

White with #A249CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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