Html Css Color HEX #A440AE Deep Lilac

📋 copy color: '#A440AE'

red 164 ◦ green 64 ◦ blue 174

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

Shades of Deep Lilac #A440AE

Tints of Deep Lilac #A440AE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.92%

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

R = 40.8%
G = 15.92%
B = 43.28%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A440AE (or 0xA440AE) is known color: Deep Lilac. HEX triplet: A4, 40 and AE. RGB value is (164,64,174). Sum of RGB (Red+Green+Blue) = 164+64+174=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #A440AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A440AE is #5BBF51. Grayscale: #6A6A6A. Windows color (decimal): -6012754 or 11419812. OLE color: 11419812.

HSL color Cylindrical-coordinate representation of color #A440AE: hue angle of 294.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A440AE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 64 174 -
CMYK 0.06 0.63 0 0.32
HSL 294.55º 0.46% 0.47% -
HSV(B) 294.55º 0.63% 0.68% -
XYZ 24.78 14.62 41.56 -
YUV 106.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 164 64 174 0.06 0.63 0 0.32 294.55 0.46 0.47
Hex A4 40 AE 6 3F 0 20 127 2E 2F
Octal 244 100 256 6 77 0 40 447 56 57
Binary 10100100 1000000 10101110 110 111111 0 100000 100100111 101110 101111

Color Harmonies of #A440AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440AE

Black with #A440AE

Text Example


Text Example

White with #A440AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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