Html Css Color HEX #A150AF Deep Lilac

📋 copy color: '#A150AF'

red 161 ◦ green 80 ◦ blue 175

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

Shades of Deep Lilac #A150AF

Tints of Deep Lilac #A150AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 38.7%
G = 19.23%
B = 42.07%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A150AF (or 0xA150AF) is known color: Deep Lilac. HEX triplet: A1, 50 and AF. RGB value is (161,80,175). Sum of RGB (Red+Green+Blue) = 161+80+175=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #A150AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A150AF is #5EAF50. Grayscale: #727272. Windows color (decimal): -6205265 or 11489441. OLE color: 11489441.

HSL color Cylindrical-coordinate representation of color #A150AF: hue angle of 291.16º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A150AF is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 80 175 -
CMYK 0.08 0.54 0 0.31
HSL 291.16º 0.37% 0.5% -
HSV(B) 291.16º 0.54% 0.69% -
XYZ 25.3 16.41 42.39 -
YUV 115.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 161 80 175 0.08 0.54 0 0.31 291.16 0.37 0.5
Hex A1 50 AF 8 36 0 1F 123 25 32
Octal 241 120 257 10 66 0 37 443 45 62
Binary 10100001 1010000 10101111 1000 110110 0 11111 100100011 100101 110010

Color Harmonies of #A150AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150AF

Black with #A150AF

Text Example


Text Example

White with #A150AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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