Html Css Color HEX #A13EAC Deep Lilac

📋 copy color: '#A13EAC'

red 161 ◦ green 62 ◦ blue 172

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

Shades of Deep Lilac #A13EAC

Tints of Deep Lilac #A13EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

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

R = 40.76%
G = 15.7%
B = 43.54%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A13EAC (or 0xA13EAC) is known color: Deep Lilac. HEX triplet: A1, 3E and AC. RGB value is (161,62,172). Sum of RGB (Red+Green+Blue) = 161+62+172=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #A13EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13EAC is #5EC153. Grayscale: #676767. Windows color (decimal): -6209876 or 11288225. OLE color: 11288225.

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

Color convert

RGB 161 62 172 -
CMYK 0.06 0.64 0 0.33
HSL 294º 0.47% 0.46% -
HSV(B) 294º 0.64% 0.67% -
XYZ 23.87 14 40.47 -
YUV 104.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 161 62 172 0.06 0.64 0 0.33 294 0.47 0.46
Hex A1 3E AC 6 40 0 21 126 2F 2E
Octal 241 76 254 6 100 0 41 446 57 56
Binary 10100001 111110 10101100 110 1000000 0 100001 100100110 101111 101110

Color Harmonies of #A13EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13EAC

Black with #A13EAC

Text Example


Text Example

White with #A13EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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