Html Css Color HEX #A749CA Deep Lilac

📋 copy color: '#A749CA'

red 167 ◦ green 73 ◦ blue 202

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

Shades of Deep Lilac #A749CA

Tints of Deep Lilac #A749CA

RGB

 RED value IS 167 (65.63% from 255) = 37.78%

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

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

R = 37.78%
G = 16.52%
B = 45.7%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A749CA (or 0xA749CA) is known color: Deep Lilac. HEX triplet: A7, 49 and CA. RGB value is (167,73,202). Sum of RGB (Red+Green+Blue) = 167+73+202=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #A749CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749CA is #58B635. Grayscale: #737373. Windows color (decimal): -5813814 or 13257127. OLE color: 13257127.

HSL color Cylindrical-coordinate representation of color #A749CA: hue angle of 283.72º 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 #A749CA is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 73 202 -
CMYK 0.17 0.64 0 0.21
HSL 283.72º 0.55% 0.54% -
HSV(B) 283.72º 0.64% 0.79% -
XYZ 28.98 17.24 57.68 -
YUV 115.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 167 73 202 0.17 0.64 0 0.21 283.72 0.55 0.54
Hex A7 49 CA 11 40 0 15 11C 37 36
Octal 247 111 312 21 100 0 25 434 67 66
Binary 10100111 1001001 11001010 10001 1000000 0 10101 100011100 110111 110110

Color Harmonies of #A749CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749CA

Black with #A749CA

Text Example


Text Example

White with #A749CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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