Html Css Color HEX #A15D80 Strikemaster

📋 copy color: '#A15D80'

red 161 ◦ green 93 ◦ blue 128

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

Shades of Strikemaster #A15D80

Tints of Strikemaster #A15D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 42.15%
G = 24.35%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A15D80 (or 0xA15D80) is known color: Strikemaster. HEX triplet: A1, 5D and 80. RGB value is (161,93,128). Sum of RGB (Red+Green+Blue) = 161+93+128=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15D80 is #5EA27F. Grayscale: #757575. Windows color (decimal): -6201984 or 8412577. OLE color: 8412577.

HSL color Cylindrical-coordinate representation of color #A15D80: hue angle of 329.12º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A15D80 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 93 128 -
CMYK 0 0.42 0.20 0.37
HSL 329.12º 0.27% 0.5% -
HSV(B) 329.12º 0.42% 0.63% -
XYZ 22.51 16.96 22.51 -
YUV 117.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 161 93 128 0 0.42 0.20 0.37 329.12 0.27 0.5
Hex A1 5D 80 0 2A 14 25 149 1B 32
Octal 241 135 200 0 52 24 45 511 33 62
Binary 10100001 1011101 10000000 0 101010 10100 100101 101001001 11011 110010

Color Harmonies of #A15D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D80

Black with #A15D80

Text Example


Text Example

White with #A15D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D80; }

 p { color: rgb(161,93,128); }

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

background-color css

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

 a { background-color: rgb(161,93,128); }

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

border-color css

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

 span { border-color: rgb(161,93,128); }

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