Html Css Color HEX #A13FAC Deep Lilac

📋 copy color: '#A13FAC'

red 161 ◦ green 63 ◦ blue 172

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

Shades of Deep Lilac #A13FAC

Tints of Deep Lilac #A13FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.91%

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

R = 40.66%
G = 15.91%
B = 43.43%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A13FAC (or 0xA13FAC) is known color: Deep Lilac. HEX triplet: A1, 3F and AC. RGB value is (161,63,172). Sum of RGB (Red+Green+Blue) = 161+63+172=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #A13FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13FAC is #5EC053. Grayscale: #686868. Windows color (decimal): -6209620 or 11288481. OLE color: 11288481.

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

Color convert

RGB 161 63 172 -
CMYK 0.06 0.63 0 0.33
HSL 293.94º 0.46% 0.46% -
HSV(B) 293.94º 0.63% 0.67% -
XYZ 23.92 14.11 40.49 -
YUV 104.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 161 63 172 0.06 0.63 0 0.33 293.94 0.46 0.46
Hex A1 3F AC 6 3F 0 21 126 2E 2E
Octal 241 77 254 6 77 0 41 446 56 56
Binary 10100001 111111 10101100 110 111111 0 100001 100100110 101110 101110

Color Harmonies of #A13FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13FAC

Black with #A13FAC

Text Example


Text Example

White with #A13FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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