Html Css Color HEX #A150C3 Deep Lilac

📋 copy color: '#A150C3'

red 161 ◦ green 80 ◦ blue 195

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

Shades of Deep Lilac #A150C3

Tints of Deep Lilac #A150C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.72%

R = 36.93%
G = 18.35%
B = 44.72%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A150C3 (or 0xA150C3) is known color: Deep Lilac. HEX triplet: A1, 50 and C3. RGB value is (161,80,195). Sum of RGB (Red+Green+Blue) = 161+80+195=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #A150C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150C3 is #5EAF3C. Grayscale: #747474. Windows color (decimal): -6205245 or 12800161. OLE color: 12800161.

HSL color Cylindrical-coordinate representation of color #A150C3: hue angle of 282.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A150C3 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 80 195 -
CMYK 0.17 0.59 0 0.24
HSL 282.26º 0.49% 0.54% -
HSV(B) 282.26º 0.59% 0.76% -
XYZ 27.42 17.25 53.52 -
YUV 117.33 171.84 159.15 -
System Red Green Blue C M Y K H S L
Decimal 161 80 195 0.17 0.59 0 0.24 282.26 0.49 0.54
Hex A1 50 C3 11 3B 0 18 11A 31 36
Octal 241 120 303 21 73 0 30 432 61 66
Binary 10100001 1010000 11000011 10001 111011 0 11000 100011010 110001 110110

Color Harmonies of #A150C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150C3

Black with #A150C3

Text Example


Text Example

White with #A150C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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