Html Css Color HEX #A13BB1 Deep Lilac

📋 copy color: '#A13BB1'

red 161 ◦ green 59 ◦ blue 177

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

Shades of Deep Lilac #A13BB1

Tints of Deep Lilac #A13BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.58%

R = 40.55%
G = 14.86%
B = 44.58%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A13BB1 (or 0xA13BB1) is known color: Deep Lilac. HEX triplet: A1, 3B and B1. RGB value is (161,59,177). Sum of RGB (Red+Green+Blue) = 161+59+177=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #A13BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BB1 is #5EC44E. Grayscale: #666666. Windows color (decimal): -6210639 or 11615137. OLE color: 11615137.

HSL color Cylindrical-coordinate representation of color #A13BB1: hue angle of 291.86º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13BB1 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 59 177 -
CMYK 0.09 0.67 0 0.31
HSL 291.86º 0.5% 0.46% -
HSV(B) 291.86º 0.67% 0.69% -
XYZ 24.2 13.88 43 -
YUV 102.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 161 59 177 0.09 0.67 0 0.31 291.86 0.5 0.46
Hex A1 3B B1 9 43 0 1F 124 32 2E
Octal 241 73 261 11 103 0 37 444 62 56
Binary 10100001 111011 10110001 1001 1000011 0 11111 100100100 110010 101110

Color Harmonies of #A13BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13BB1

Black with #A13BB1

Text Example


Text Example

White with #A13BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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