Html Css Color HEX #A144AF Deep Lilac

📋 copy color: '#A144AF'

red 161 ◦ green 68 ◦ blue 175

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

Shades of Deep Lilac #A144AF

Tints of Deep Lilac #A144AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 39.85%
G = 16.83%
B = 43.32%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A144AF (or 0xA144AF) is known color: Deep Lilac. HEX triplet: A1, 44 and AF. RGB value is (161,68,175). Sum of RGB (Red+Green+Blue) = 161+68+175=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #A144AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A144AF is #5EBB50. Grayscale: #6B6B6B. Windows color (decimal): -6208337 or 11486369. OLE color: 11486369.

HSL color Cylindrical-coordinate representation of color #A144AF: hue angle of 292.15º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A144AF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 68 175 -
CMYK 0.08 0.61 0 0.31
HSL 292.15º 0.44% 0.48% -
HSV(B) 292.15º 0.61% 0.69% -
XYZ 24.5 14.81 42.12 -
YUV 108.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 161 68 175 0.08 0.61 0 0.31 292.15 0.44 0.48
Hex A1 44 AF 8 3D 0 1F 124 2C 30
Octal 241 104 257 10 75 0 37 444 54 60
Binary 10100001 1000100 10101111 1000 111101 0 11111 100100100 101100 110000

Color Harmonies of #A144AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A144AF

Black with #A144AF

Text Example


Text Example

White with #A144AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A144AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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