Html Css Color HEX #A13DAE Deep Lilac

📋 copy color: '#A13DAE'

red 161 ◦ green 61 ◦ blue 174

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

Shades of Deep Lilac #A13DAE

Tints of Deep Lilac #A13DAE

RGB

 RED value IS 161 (63.28% from 255) = 40.66%

 GREEN value IS 61 (24.22% from 255) = 15.4%

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

R = 40.66%
G = 15.4%
B = 43.94%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A13DAE (or 0xA13DAE) is known color: Deep Lilac. HEX triplet: A1, 3D and AE. RGB value is (161,61,174). Sum of RGB (Red+Green+Blue) = 161+61+174=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #A13DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13DAE is #5EC251. Grayscale: #676767. Windows color (decimal): -6210130 or 11419041. OLE color: 11419041.

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

Color convert

RGB 161 61 174 -
CMYK 0.07 0.65 0 0.32
HSL 293.1º 0.48% 0.46% -
HSV(B) 293.1º 0.65% 0.68% -
XYZ 24.01 13.97 41.48 -
YUV 103.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 161 61 174 0.07 0.65 0 0.32 293.1 0.48 0.46
Hex A1 3D AE 7 41 0 20 125 30 2E
Octal 241 75 256 7 101 0 40 445 60 56
Binary 10100001 111101 10101110 111 1000001 0 100000 100100101 110000 101110

Color Harmonies of #A13DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13DAE

Black with #A13DAE

Text Example


Text Example

White with #A13DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13DAE; }

 p { color: rgb(161,61,174); }

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

background-color css

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

 a { background-color: rgb(161,61,174); }

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

border-color css

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

 span { border-color: rgb(161,61,174); }

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