Html Css Color HEX #A446AE Deep Lilac

📋 copy color: '#A446AE'

red 164 ◦ green 70 ◦ blue 174

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

Shades of Deep Lilac #A446AE

Tints of Deep Lilac #A446AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.16%

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 40.2%
G = 17.16%
B = 42.65%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A446AE (or 0xA446AE) is known color: Deep Lilac. HEX triplet: A4, 46 and AE. RGB value is (164,70,174). Sum of RGB (Red+Green+Blue) = 164+70+174=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #A446AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A446AE is #5BB951. Grayscale: #6D6D6D. Windows color (decimal): -6011218 or 11421348. OLE color: 11421348.

HSL color Cylindrical-coordinate representation of color #A446AE: hue angle of 294.23º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A446AE is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 70 174 -
CMYK 0.06 0.60 0 0.32
HSL 294.23º 0.43% 0.48% -
HSV(B) 294.23º 0.6% 0.68% -
XYZ 25.14 15.33 41.68 -
YUV 109.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 164 70 174 0.06 0.60 0 0.32 294.23 0.43 0.48
Hex A4 46 AE 6 3C 0 20 126 2B 30
Octal 244 106 256 6 74 0 40 446 53 60
Binary 10100100 1000110 10101110 110 111100 0 100000 100100110 101011 110000

Color Harmonies of #A446AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446AE

Black with #A446AE

Text Example


Text Example

White with #A446AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446AE; }

 p { color: rgb(164,70,174); }

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

background-color css

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

 a { background-color: rgb(164,70,174); }

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

border-color css

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

 span { border-color: rgb(164,70,174); }

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