Html Css Color HEX #A150BD Deep Lilac

📋 copy color: '#A150BD'

red 161 ◦ green 80 ◦ blue 189

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

Shades of Deep Lilac #A150BD

Tints of Deep Lilac #A150BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 37.44%
G = 18.6%
B = 43.95%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A150BD (or 0xA150BD) is known color: Deep Lilac. HEX triplet: A1, 50 and BD. RGB value is (161,80,189). Sum of RGB (Red+Green+Blue) = 161+80+189=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #A150BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150BD is #5EAF42. Grayscale: #747474. Windows color (decimal): -6205251 or 12406945. OLE color: 12406945.

HSL color Cylindrical-coordinate representation of color #A150BD: hue angle of 284.59º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A150BD is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 80 189 -
CMYK 0.15 0.58 0 0.26
HSL 284.59º 0.45% 0.53% -
HSV(B) 284.59º 0.58% 0.74% -
XYZ 26.75 16.99 50.01 -
YUV 116.65 168.84 159.64 -
System Red Green Blue C M Y K H S L
Decimal 161 80 189 0.15 0.58 0 0.26 284.59 0.45 0.53
Hex A1 50 BD F 3A 0 1A 11D 2D 35
Octal 241 120 275 17 72 0 32 435 55 65
Binary 10100001 1010000 10111101 1111 111010 0 11010 100011101 101101 110101

Color Harmonies of #A150BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150BD

Black with #A150BD

Text Example


Text Example

White with #A150BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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