Html Css Color HEX #A162BE Deep Lilac

📋 copy color: '#A162BE'

red 161 ◦ green 98 ◦ blue 190

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

Shades of Deep Lilac #A162BE

Tints of Deep Lilac #A162BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 35.86%
G = 21.83%
B = 42.32%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A162BE (or 0xA162BE) is known color: Deep Lilac. HEX triplet: A1, 62 and BE. RGB value is (161,98,190). Sum of RGB (Red+Green+Blue) = 161+98+190=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #A162BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162BE is #5E9D41. Grayscale: #7F7F7F. Windows color (decimal): -6200642 or 12477089. OLE color: 12477089.

HSL color Cylindrical-coordinate representation of color #A162BE: hue angle of 281.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A162BE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 98 190 -
CMYK 0.15 0.48 0 0.25
HSL 281.09º 0.41% 0.56% -
HSV(B) 281.09º 0.48% 0.75% -
XYZ 28.36 20.03 51.09 -
YUV 127.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 161 98 190 0.15 0.48 0 0.25 281.09 0.41 0.56
Hex A1 62 BE F 30 0 19 119 29 38
Octal 241 142 276 17 60 0 31 431 51 70
Binary 10100001 1100010 10111110 1111 110000 0 11001 100011001 101001 111000

Color Harmonies of #A162BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162BE

Black with #A162BE

Text Example


Text Example

White with #A162BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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