Html Css Color HEX #A13BAC Deep Lilac

📋 copy color: '#A13BAC'

red 161 ◦ green 59 ◦ blue 172

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

Shades of Deep Lilac #A13BAC

Tints of Deep Lilac #A13BAC

RGB

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

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

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

R = 41.07%
G = 15.05%
B = 43.88%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A13BAC (or 0xA13BAC) is known color: Deep Lilac. HEX triplet: A1, 3B and AC. RGB value is (161,59,172). Sum of RGB (Red+Green+Blue) = 161+59+172=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #A13BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BAC is #5EC453. Grayscale: #666666. Windows color (decimal): -6210644 or 11287457. OLE color: 11287457.

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

Color convert

RGB 161 59 172 -
CMYK 0.06 0.66 0 0.33
HSL 294.16º 0.49% 0.45% -
HSV(B) 294.16º 0.66% 0.67% -
XYZ 23.71 13.68 40.42 -
YUV 102.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 161 59 172 0.06 0.66 0 0.33 294.16 0.49 0.45
Hex A1 3B AC 6 42 0 21 126 31 2D
Octal 241 73 254 6 102 0 41 446 61 55
Binary 10100001 111011 10101100 110 1000010 0 100001 100100110 110001 101101

Color Harmonies of #A13BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13BAC

Black with #A13BAC

Text Example


Text Example

White with #A13BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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