Html Css Color HEX #A162BA Deep Lilac

📋 copy color: '#A162BA'

red 161 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #A162BA

Tints of Deep Lilac #A162BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.02%

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 36.18%
G = 22.02%
B = 41.8%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A162BA (or 0xA162BA) is known color: Deep Lilac. HEX triplet: A1, 62 and BA. RGB value is (161,98,186). Sum of RGB (Red+Green+Blue) = 161+98+186=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #A162BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162BA is #5E9D45. Grayscale: #7E7E7E. Windows color (decimal): -6200646 or 12214945. OLE color: 12214945.

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

Color convert

RGB 161 98 186 -
CMYK 0.13 0.47 0 0.27
HSL 282.95º 0.39% 0.56% -
HSV(B) 282.95º 0.47% 0.73% -
XYZ 27.93 19.86 48.82 -
YUV 126.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 161 98 186 0.13 0.47 0 0.27 282.95 0.39 0.56
Hex A1 62 BA D 2F 0 1B 11B 27 38
Octal 241 142 272 15 57 0 33 433 47 70
Binary 10100001 1100010 10111010 1101 101111 0 11011 100011011 100111 111000

Color Harmonies of #A162BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162BA

Black with #A162BA

Text Example


Text Example

White with #A162BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162BA; }

 p { color: rgb(161,98,186); }

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

background-color css

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

 a { background-color: rgb(161,98,186); }

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

border-color css

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

 span { border-color: rgb(161,98,186); }

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