Html Css Color HEX #A150CA Deep Lilac

📋 copy color: '#A150CA'

red 161 ◦ green 80 ◦ blue 202

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

Shades of Deep Lilac #A150CA

Tints of Deep Lilac #A150CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 36.34%
G = 18.06%
B = 45.6%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A150CA (or 0xA150CA) is known color: Deep Lilac. HEX triplet: A1, 50 and CA. RGB value is (161,80,202). Sum of RGB (Red+Green+Blue) = 161+80+202=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #A150CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150CA is #5EAF35. Grayscale: #757575. Windows color (decimal): -6205238 or 13258913. OLE color: 13258913.

HSL color Cylindrical-coordinate representation of color #A150CA: hue angle of 279.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A150CA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 80 202 -
CMYK 0.20 0.60 0 0.21
HSL 279.84º 0.54% 0.55% -
HSV(B) 279.84º 0.6% 0.79% -
XYZ 28.23 17.58 57.78 -
YUV 118.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 161 80 202 0.20 0.60 0 0.21 279.84 0.54 0.55
Hex A1 50 CA 14 3C 0 15 118 36 37
Octal 241 120 312 24 74 0 25 430 66 67
Binary 10100001 1010000 11001010 10100 111100 0 10101 100011000 110110 110111

Color Harmonies of #A150CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150CA

Black with #A150CA

Text Example


Text Example

White with #A150CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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