Html Css Color HEX #A13FBA Deep Lilac

📋 copy color: '#A13FBA'

red 161 ◦ green 63 ◦ blue 186

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

Shades of Deep Lilac #A13FBA

Tints of Deep Lilac #A13FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 39.27%
G = 15.37%
B = 45.37%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A13FBA (or 0xA13FBA) is known color: Deep Lilac. HEX triplet: A1, 3F and BA. RGB value is (161,63,186). Sum of RGB (Red+Green+Blue) = 161+63+186=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #A13FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13FBA is #5EC045. Grayscale: #696969. Windows color (decimal): -6209606 or 12205985. OLE color: 12205985.

HSL color Cylindrical-coordinate representation of color #A13FBA: hue angle of 287.8º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13FBA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 63 186 -
CMYK 0.13 0.66 0 0.27
HSL 287.8º 0.49% 0.49% -
HSV(B) 287.8º 0.66% 0.73% -
XYZ 25.34 14.68 47.95 -
YUV 106.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 161 63 186 0.13 0.66 0 0.27 287.8 0.49 0.49
Hex A1 3F BA D 42 0 1B 120 31 31
Octal 241 77 272 15 102 0 33 440 61 61
Binary 10100001 111111 10111010 1101 1000010 0 11011 100100000 110001 110001

Color Harmonies of #A13FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13FBA

Black with #A13FBA

Text Example


Text Example

White with #A13FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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