Html Css Color HEX #A13BAE Deep Lilac

📋 copy color: '#A13BAE'

red 161 ◦ green 59 ◦ blue 174

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

Shades of Deep Lilac #A13BAE

Tints of Deep Lilac #A13BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.97%

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

R = 40.86%
G = 14.97%
B = 44.16%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A13BAE (or 0xA13BAE) is known color: Deep Lilac. HEX triplet: A1, 3B and AE. RGB value is (161,59,174). Sum of RGB (Red+Green+Blue) = 161+59+174=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #A13BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BAE is #5EC451. Grayscale: #666666. Windows color (decimal): -6210642 or 11418529. OLE color: 11418529.

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

Color convert

RGB 161 59 174 -
CMYK 0.07 0.66 0 0.32
HSL 293.22º 0.49% 0.46% -
HSV(B) 293.22º 0.66% 0.68% -
XYZ 23.9 13.76 41.44 -
YUV 102.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 161 59 174 0.07 0.66 0 0.32 293.22 0.49 0.46
Hex A1 3B AE 7 42 0 20 125 31 2E
Octal 241 73 256 7 102 0 40 445 61 56
Binary 10100001 111011 10101110 111 1000010 0 100000 100100101 110001 101110

Color Harmonies of #A13BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13BAE

Black with #A13BAE

Text Example


Text Example

White with #A13BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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