Html Css Color HEX #A150D0 Deep Lilac

📋 copy color: '#A150D0'

red 161 ◦ green 80 ◦ blue 208

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

Shades of Deep Lilac #A150D0

Tints of Deep Lilac #A150D0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 208 (81.64% from 255) = 46.33%

R = 35.86%
G = 17.82%
B = 46.33%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A150D0 (or 0xA150D0) is known color: Deep Lilac. HEX triplet: A1, 50 and D0. RGB value is (161,80,208). Sum of RGB (Red+Green+Blue) = 161+80+208=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #A150D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150D0 is #5EAF2F. Grayscale: #767676. Windows color (decimal): -6205232 or 13652129. OLE color: 13652129.

HSL color Cylindrical-coordinate representation of color #A150D0: hue angle of 277.97º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A150D0 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 80 208 -
CMYK 0.23 0.62 0 0.18
HSL 277.97º 0.58% 0.56% -
HSV(B) 277.97º 0.62% 0.82% -
XYZ 28.95 17.87 61.6 -
YUV 118.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 161 80 208 0.23 0.62 0 0.18 277.97 0.58 0.56
Hex A1 50 D0 17 3E 0 12 116 3A 38
Octal 241 120 320 27 76 0 22 426 72 70
Binary 10100001 1010000 11010000 10111 111110 0 10010 100010110 111010 111000

Color Harmonies of #A150D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150D0

Black with #A150D0

Text Example


Text Example

White with #A150D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150D0; }

 p { color: rgb(161,80,208); }

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

background-color css

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

 a { background-color: rgb(161,80,208); }

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

border-color css

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

 span { border-color: rgb(161,80,208); }

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