Html Css Color HEX #A442AE Deep Lilac

📋 copy color: '#A442AE'

red 164 ◦ green 66 ◦ blue 174

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

Shades of Deep Lilac #A442AE

Tints of Deep Lilac #A442AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.34%

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

R = 40.59%
G = 16.34%
B = 43.07%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A442AE (or 0xA442AE) is known color: Deep Lilac. HEX triplet: A4, 42 and AE. RGB value is (164,66,174). Sum of RGB (Red+Green+Blue) = 164+66+174=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #A442AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A442AE is #5BBD51. Grayscale: #6B6B6B. Windows color (decimal): -6012242 or 11420324. OLE color: 11420324.

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

Color convert

RGB 164 66 174 -
CMYK 0.06 0.62 0 0.32
HSL 294.44º 0.45% 0.47% -
HSV(B) 294.44º 0.62% 0.68% -
XYZ 24.9 14.84 41.6 -
YUV 107.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 164 66 174 0.06 0.62 0 0.32 294.44 0.45 0.47
Hex A4 42 AE 6 3E 0 20 126 2D 2F
Octal 244 102 256 6 76 0 40 446 55 57
Binary 10100100 1000010 10101110 110 111110 0 100000 100100110 101101 101111

Color Harmonies of #A442AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A442AE

Black with #A442AE

Text Example


Text Example

White with #A442AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A442AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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