Html Css Color HEX #A141AF Deep Lilac

📋 copy color: '#A141AF'

red 161 ◦ green 65 ◦ blue 175

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

Shades of Deep Lilac #A141AF

Tints of Deep Lilac #A141AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.21%

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

R = 40.15%
G = 16.21%
B = 43.64%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A141AF (or 0xA141AF) is known color: Deep Lilac. HEX triplet: A1, 41 and AF. RGB value is (161,65,175). Sum of RGB (Red+Green+Blue) = 161+65+175=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #A141AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A141AF is #5EBE50. Grayscale: #696969. Windows color (decimal): -6209105 or 11485601. OLE color: 11485601.

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

Color convert

RGB 161 65 175 -
CMYK 0.08 0.63 0 0.31
HSL 292.36º 0.46% 0.47% -
HSV(B) 292.36º 0.63% 0.69% -
XYZ 24.33 14.45 42.06 -
YUV 106.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 161 65 175 0.08 0.63 0 0.31 292.36 0.46 0.47
Hex A1 41 AF 8 3F 0 1F 124 2E 2F
Octal 241 101 257 10 77 0 37 444 56 57
Binary 10100001 1000001 10101111 1000 111111 0 11111 100100100 101110 101111

Color Harmonies of #A141AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A141AF

Black with #A141AF

Text Example


Text Example

White with #A141AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A141AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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