Html Css Color HEX #A13BAB Deep Lilac

📋 copy color: '#A13BAB'

red 161 ◦ green 59 ◦ blue 171

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

Shades of Deep Lilac #A13BAB

Tints of Deep Lilac #A13BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 41.18%
G = 15.09%
B = 43.73%

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

#A13BAB (or 0xA13BAB) is known color: Deep Lilac. HEX triplet: A1, 3B and AB. RGB value is (161,59,171). Sum of RGB (Red+Green+Blue) = 161+59+171=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A13BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BAB is #5EC454. Grayscale: #656565. Windows color (decimal): -6210645 or 11221921. OLE color: 11221921.

HSL color Cylindrical-coordinate representation of color #A13BAB: hue angle of 294.64º degrees, saturation: 0.49, 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 #A13BAB is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 59 171 -
CMYK 0.06 0.65 0 0.33
HSL 294.64º 0.49% 0.45% -
HSV(B) 294.64º 0.65% 0.67% -
XYZ 23.61 13.65 39.92 -
YUV 102.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 161 59 171 0.06 0.65 0 0.33 294.64 0.49 0.45
Hex A1 3B AB 6 41 0 21 127 31 2D
Octal 241 73 253 6 101 0 41 447 61 55
Binary 10100001 111011 10101011 110 1000001 0 100001 100100111 110001 101101

Color Harmonies of #A13BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13BAB

Black with #A13BAB

Text Example


Text Example

White with #A13BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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