Html Css Color HEX #A13CAC Deep Lilac

📋 copy color: '#A13CAC'

red 161 ◦ green 60 ◦ blue 172

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

Shades of Deep Lilac #A13CAC

Tints of Deep Lilac #A13CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.27%

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

R = 40.97%
G = 15.27%
B = 43.77%

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

#A13CAC (or 0xA13CAC) is known color: Deep Lilac. HEX triplet: A1, 3C and AC. RGB value is (161,60,172). Sum of RGB (Red+Green+Blue) = 161+60+172=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #A13CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13CAC is #5EC353. Grayscale: #666666. Windows color (decimal): -6210388 or 11287713. OLE color: 11287713.

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

Color convert

RGB 161 60 172 -
CMYK 0.06 0.65 0 0.33
HSL 294.11º 0.48% 0.45% -
HSV(B) 294.11º 0.65% 0.67% -
XYZ 23.76 13.79 40.44 -
YUV 102.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 161 60 172 0.06 0.65 0 0.33 294.11 0.48 0.45
Hex A1 3C AC 6 41 0 21 126 30 2D
Octal 241 74 254 6 101 0 41 446 60 55
Binary 10100001 111100 10101100 110 1000001 0 100001 100100110 110000 101101

Color Harmonies of #A13CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CAC

Black with #A13CAC

Text Example


Text Example

White with #A13CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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