Html Css Color HEX #A162C0 Deep Lilac

📋 copy color: '#A162C0'

red 161 ◦ green 98 ◦ blue 192

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

Shades of Deep Lilac #A162C0

Tints of Deep Lilac #A162C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.57%

R = 35.7%
G = 21.73%
B = 42.57%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A162C0 (or 0xA162C0) is known color: Deep Lilac. HEX triplet: A1, 62 and C0. RGB value is (161,98,192). Sum of RGB (Red+Green+Blue) = 161+98+192=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #A162C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162C0 is #5E9D3F. Grayscale: #7F7F7F. Windows color (decimal): -6200640 or 12608161. OLE color: 12608161.

HSL color Cylindrical-coordinate representation of color #A162C0: hue angle of 280.21º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A162C0 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 98 192 -
CMYK 0.16 0.49 0 0.25
HSL 280.21º 0.43% 0.57% -
HSV(B) 280.21º 0.49% 0.75% -
XYZ 28.58 20.12 52.25 -
YUV 127.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 161 98 192 0.16 0.49 0 0.25 280.21 0.43 0.57
Hex A1 62 C0 10 31 0 19 118 2B 39
Octal 241 142 300 20 61 0 31 430 53 71
Binary 10100001 1100010 11000000 10000 110001 0 11001 100011000 101011 111001

Color Harmonies of #A162C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162C0

Black with #A162C0

Text Example


Text Example

White with #A162C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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