Html Css Color HEX #A146AF Deep Lilac

📋 copy color: '#A146AF'

red 161 ◦ green 70 ◦ blue 175

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

Shades of Deep Lilac #A146AF

Tints of Deep Lilac #A146AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.24%

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

R = 39.66%
G = 17.24%
B = 43.1%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A146AF (or 0xA146AF) is known color: Deep Lilac. HEX triplet: A1, 46 and AF. RGB value is (161,70,175). Sum of RGB (Red+Green+Blue) = 161+70+175=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #A146AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A146AF is #5EB950. Grayscale: #6C6C6C. Windows color (decimal): -6207825 or 11486881. OLE color: 11486881.

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

Color convert

RGB 161 70 175 -
CMYK 0.08 0.60 0 0.31
HSL 292º 0.43% 0.48% -
HSV(B) 292º 0.6% 0.69% -
XYZ 24.63 15.05 42.16 -
YUV 109.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 161 70 175 0.08 0.60 0 0.31 292 0.43 0.48
Hex A1 46 AF 8 3C 0 1F 124 2B 30
Octal 241 106 257 10 74 0 37 444 53 60
Binary 10100001 1000110 10101111 1000 111100 0 11111 100100100 101011 110000

Color Harmonies of #A146AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A146AF

Black with #A146AF

Text Example


Text Example

White with #A146AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A146AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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