Html Css Color HEX #A249CA Deep Lilac

📋 copy color: '#A249CA'

red 162 ◦ green 73 ◦ blue 202

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

Shades of Deep Lilac #A249CA

Tints of Deep Lilac #A249CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 37.07%
G = 16.7%
B = 46.22%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A249CA (or 0xA249CA) is known color: Deep Lilac. HEX triplet: A2, 49 and CA. RGB value is (162,73,202). Sum of RGB (Red+Green+Blue) = 162+73+202=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #A249CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249CA is #5DB635. Grayscale: #717171. Windows color (decimal): -6141494 or 13257122. OLE color: 13257122.

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

Color convert

RGB 162 73 202 -
CMYK 0.20 0.64 0 0.21
HSL 281.4º 0.55% 0.54% -
HSV(B) 281.4º 0.64% 0.79% -
XYZ 27.94 16.71 57.63 -
YUV 114.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 162 73 202 0.20 0.64 0 0.21 281.4 0.55 0.54
Hex A2 49 CA 14 40 0 15 119 37 36
Octal 242 111 312 24 100 0 25 431 67 66
Binary 10100010 1001001 11001010 10100 1000000 0 10101 100011001 110111 110110

Color Harmonies of #A249CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249CA

Black with #A249CA

Text Example


Text Example

White with #A249CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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