Html Css Color HEX #A13DAC Deep Lilac

📋 copy color: '#A13DAC'

red 161 ◦ green 61 ◦ blue 172

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

Shades of Deep Lilac #A13DAC

Tints of Deep Lilac #A13DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 40.86%
G = 15.48%
B = 43.65%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A13DAC (or 0xA13DAC) is known color: Deep Lilac. HEX triplet: A1, 3D and AC. RGB value is (161,61,172). Sum of RGB (Red+Green+Blue) = 161+61+172=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #A13DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13DAC is #5EC253. Grayscale: #676767. Windows color (decimal): -6210132 or 11287969. OLE color: 11287969.

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

Color convert

RGB 161 61 172 -
CMYK 0.06 0.65 0 0.33
HSL 294.05º 0.48% 0.46% -
HSV(B) 294.05º 0.65% 0.67% -
XYZ 23.81 13.89 40.46 -
YUV 103.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 161 61 172 0.06 0.65 0 0.33 294.05 0.48 0.46
Hex A1 3D AC 6 41 0 21 126 30 2E
Octal 241 75 254 6 101 0 41 446 60 56
Binary 10100001 111101 10101100 110 1000001 0 100001 100100110 110000 101110

Color Harmonies of #A13DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13DAC

Black with #A13DAC

Text Example


Text Example

White with #A13DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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