Html Css Color HEX #A449CB Deep Lilac

📋 copy color: '#A449CB'

red 164 ◦ green 73 ◦ blue 203

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

Shades of Deep Lilac #A449CB

Tints of Deep Lilac #A449CB

RGB

 RED value IS 164 (64.45% from 255) = 37.27%

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

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 37.27%
G = 16.59%
B = 46.14%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A449CB (or 0xA449CB) is known color: Deep Lilac. HEX triplet: A4, 49 and CB. RGB value is (164,73,203). Sum of RGB (Red+Green+Blue) = 164+73+203=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #A449CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449CB is #5BB634. Grayscale: #727272. Windows color (decimal): -6010421 or 13322660. OLE color: 13322660.

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

Color convert

RGB 164 73 203 -
CMYK 0.19 0.64 0 0.20
HSL 282º 0.56% 0.54% -
HSV(B) 282º 0.64% 0.8% -
XYZ 28.47 16.97 58.27 -
YUV 115.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 164 73 203 0.19 0.64 0 0.20 282 0.56 0.54
Hex A4 49 CB 13 40 0 14 11A 38 36
Octal 244 111 313 23 100 0 24 432 70 66
Binary 10100100 1001001 11001011 10011 1000000 0 10100 100011010 111000 110110

Color Harmonies of #A449CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449CB

Black with #A449CB

Text Example


Text Example

White with #A449CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449CB; }

 p { color: rgb(164,73,203); }

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

background-color css

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

 a { background-color: rgb(164,73,203); }

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

border-color css

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

 span { border-color: rgb(164,73,203); }

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