Html Css Color HEX #A150BE Deep Lilac

📋 copy color: '#A150BE'

red 161 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #A150BE

Tints of Deep Lilac #A150BE

RGB

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

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

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

R = 37.35%
G = 18.56%
B = 44.08%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A150BE (or 0xA150BE) is known color: Deep Lilac. HEX triplet: A1, 50 and BE. RGB value is (161,80,190). Sum of RGB (Red+Green+Blue) = 161+80+190=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #A150BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150BE is #5EAF41. Grayscale: #747474. Windows color (decimal): -6205250 or 12472481. OLE color: 12472481.

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

Color convert

RGB 161 80 190 -
CMYK 0.15 0.58 0 0.25
HSL 284.18º 0.46% 0.53% -
HSV(B) 284.18º 0.58% 0.75% -
XYZ 26.86 17.03 50.59 -
YUV 116.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 161 80 190 0.15 0.58 0 0.25 284.18 0.46 0.53
Hex A1 50 BE F 3A 0 19 11C 2E 35
Octal 241 120 276 17 72 0 31 434 56 65
Binary 10100001 1010000 10111110 1111 111010 0 11001 100011100 101110 110101

Color Harmonies of #A150BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150BE

Black with #A150BE

Text Example


Text Example

White with #A150BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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