Html Css Color HEX #A149CC Deep Lilac

📋 copy color: '#A149CC'

red 161 ◦ green 73 ◦ blue 204

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

Shades of Deep Lilac #A149CC

Tints of Deep Lilac #A149CC

RGB

 RED value IS 161 (63.28% from 255) = 36.76%

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

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 36.76%
G = 16.67%
B = 46.58%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A149CC (or 0xA149CC) is known color: Deep Lilac. HEX triplet: A1, 49 and CC. RGB value is (161,73,204). Sum of RGB (Red+Green+Blue) = 161+73+204=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #A149CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149CC is #5EB633. Grayscale: #717171. Windows color (decimal): -6207028 or 13388193. OLE color: 13388193.

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

Color convert

RGB 161 73 204 -
CMYK 0.21 0.64 0 0.2
HSL 280.31º 0.56% 0.54% -
HSV(B) 280.31º 0.64% 0.8% -
XYZ 27.98 16.7 58.88 -
YUV 114.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 161 73 204 0.21 0.64 0 0.2 280.31 0.56 0.54
Hex A1 49 CC 15 40 0 14 118 38 36
Octal 241 111 314 25 100 0 24 430 70 66
Binary 10100001 1001001 11001100 10101 1000000 0 10100 100011000 111000 110110

Color Harmonies of #A149CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149CC

Black with #A149CC

Text Example


Text Example

White with #A149CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149CC; }

 p { color: rgb(161,73,204); }

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

background-color css

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

 a { background-color: rgb(161,73,204); }

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

border-color css

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

 span { border-color: rgb(161,73,204); }

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