Html Css Color HEX #A341AE Deep Lilac

📋 copy color: '#A341AE'

red 163 ◦ green 65 ◦ blue 174

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

Shades of Deep Lilac #A341AE

Tints of Deep Lilac #A341AE

RGB

 RED value IS 163 (64.06% from 255) = 40.55%

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

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

R = 40.55%
G = 16.17%
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

#A341AE (or 0xA341AE) is known color: Deep Lilac. HEX triplet: A3, 41 and AE. RGB value is (163,65,174). Sum of RGB (Red+Green+Blue) = 163+65+174=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 65 (25.78% from 255 or 16.17% 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 #A341AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A341AE is #5CBE51. Grayscale: #6A6A6A. Windows color (decimal): -6078034 or 11420067. OLE color: 11420067.

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

Color convert

RGB 163 65 174 -
CMYK 0.06 0.63 0 0.32
HSL 293.94º 0.46% 0.47% -
HSV(B) 293.94º 0.63% 0.68% -
XYZ 24.63 14.62 41.57 -
YUV 106.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 163 65 174 0.06 0.63 0 0.32 293.94 0.46 0.47
Hex A3 41 AE 6 3F 0 20 126 2E 2F
Octal 243 101 256 6 77 0 40 446 56 57
Binary 10100011 1000001 10101110 110 111111 0 100000 100100110 101110 101111

Color Harmonies of #A341AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341AE

Black with #A341AE

Text Example


Text Example

White with #A341AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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