Html Css Color HEX #A150BB Deep Lilac

📋 copy color: '#A150BB'

red 161 ◦ green 80 ◦ blue 187

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

Shades of Deep Lilac #A150BB

Tints of Deep Lilac #A150BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 37.62%
G = 18.69%
B = 43.69%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A150BB (or 0xA150BB) is known color: Deep Lilac. HEX triplet: A1, 50 and BB. RGB value is (161,80,187). Sum of RGB (Red+Green+Blue) = 161+80+187=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #A150BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150BB is #5EAF44. Grayscale: #747474. Windows color (decimal): -6205253 or 12275873. OLE color: 12275873.

HSL color Cylindrical-coordinate representation of color #A150BB: hue angle of 285.42º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A150BB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 80 187 -
CMYK 0.14 0.57 0 0.27
HSL 285.42º 0.44% 0.52% -
HSV(B) 285.42º 0.57% 0.73% -
XYZ 26.54 16.9 48.88 -
YUV 116.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 161 80 187 0.14 0.57 0 0.27 285.42 0.44 0.52
Hex A1 50 BB E 39 0 1B 11D 2C 34
Octal 241 120 273 16 71 0 33 435 54 64
Binary 10100001 1010000 10111011 1110 111001 0 11011 100011101 101100 110100

Color Harmonies of #A150BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150BB

Black with #A150BB

Text Example


Text Example

White with #A150BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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