Html Css Color HEX #A241AE Deep Lilac

📋 copy color: '#A241AE'

red 162 ◦ green 65 ◦ blue 174

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

Shades of Deep Lilac #A241AE

Tints of Deep Lilac #A241AE

RGB

 RED value IS 162 (63.67% from 255) = 40.4%

 GREEN value IS 65 (25.78% from 255) = 16.21%

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

R = 40.4%
G = 16.21%
B = 43.39%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A241AE (or 0xA241AE) is known color: Deep Lilac. HEX triplet: A2, 41 and AE. RGB value is (162,65,174). Sum of RGB (Red+Green+Blue) = 162+65+174=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #A241AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A241AE is #5DBE51. Grayscale: #6A6A6A. Windows color (decimal): -6143570 or 11420066. OLE color: 11420066.

HSL color Cylindrical-coordinate representation of color #A241AE: hue angle of 293.39º 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 #A241AE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 65 174 -
CMYK 0.07 0.63 0 0.32
HSL 293.39º 0.46% 0.47% -
HSV(B) 293.39º 0.63% 0.68% -
XYZ 24.43 14.52 41.56 -
YUV 106.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 162 65 174 0.07 0.63 0 0.32 293.39 0.46 0.47
Hex A2 41 AE 7 3F 0 20 125 2E 2F
Octal 242 101 256 7 77 0 40 445 56 57
Binary 10100010 1000001 10101110 111 111111 0 100000 100100101 101110 101111

Color Harmonies of #A241AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241AE

Black with #A241AE

Text Example


Text Example

White with #A241AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A241AE; }

 p { color: rgb(162,65,174); }

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

background-color css

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

 a { background-color: rgb(162,65,174); }

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

border-color css

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

 span { border-color: rgb(162,65,174); }

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