Html Css Color HEX #A144BE Deep Lilac

📋 copy color: '#A144BE'

red 161 ◦ green 68 ◦ blue 190

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

Shades of Deep Lilac #A144BE

Tints of Deep Lilac #A144BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 38.42%
G = 16.23%
B = 45.35%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A144BE (or 0xA144BE) is known color: Deep Lilac. HEX triplet: A1, 44 and BE. RGB value is (161,68,190). Sum of RGB (Red+Green+Blue) = 161+68+190=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #A144BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144BE is #5EBB41. Grayscale: #6D6D6D. Windows color (decimal): -6208322 or 12469409. OLE color: 12469409.

HSL color Cylindrical-coordinate representation of color #A144BE: hue angle of 285.74º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A144BE is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 68 190 -
CMYK 0.15 0.64 0 0.25
HSL 285.74º 0.48% 0.51% -
HSV(B) 285.74º 0.64% 0.75% -
XYZ 26.06 15.43 50.32 -
YUV 109.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 161 68 190 0.15 0.64 0 0.25 285.74 0.48 0.51
Hex A1 44 BE F 40 0 19 11E 30 33
Octal 241 104 276 17 100 0 31 436 60 63
Binary 10100001 1000100 10111110 1111 1000000 0 11001 100011110 110000 110011

Color Harmonies of #A144BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A144BE

Black with #A144BE

Text Example


Text Example

White with #A144BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A144BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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