Html Css Color HEX #A144BB Deep Lilac

📋 copy color: '#A144BB'

red 161 ◦ green 68 ◦ blue 187

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

Shades of Deep Lilac #A144BB

Tints of Deep Lilac #A144BB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.35%

 BLUE value IS 187 (73.44% from 255) = 44.95%

R = 38.7%
G = 16.35%
B = 44.95%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A144BB (or 0xA144BB) is known color: Deep Lilac. HEX triplet: A1, 44 and BB. RGB value is (161,68,187). Sum of RGB (Red+Green+Blue) = 161+68+187=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #A144BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144BB is #5EBB44. Grayscale: #6C6C6C. Windows color (decimal): -6208325 or 12272801. OLE color: 12272801.

HSL color Cylindrical-coordinate representation of color #A144BB: hue angle of 286.89º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A144BB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 68 187 -
CMYK 0.14 0.64 0 0.27
HSL 286.89º 0.47% 0.5% -
HSV(B) 286.89º 0.64% 0.73% -
XYZ 25.73 15.3 48.61 -
YUV 109.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 161 68 187 0.14 0.64 0 0.27 286.89 0.47 0.5
Hex A1 44 BB E 40 0 1B 11F 2F 32
Octal 241 104 273 16 100 0 33 437 57 62
Binary 10100001 1000100 10111011 1110 1000000 0 11011 100011111 101111 110010

Color Harmonies of #A144BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A144BB

Black with #A144BB

Text Example


Text Example

White with #A144BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A144BB; }

 p { color: rgb(161,68,187); }

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

background-color css

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

 a { background-color: rgb(161,68,187); }

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

border-color css

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

 span { border-color: rgb(161,68,187); }

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