Html Css Color HEX #A15187 Strikemaster

📋 copy color: '#A15187'

red 161 ◦ green 81 ◦ blue 135

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

Shades of Strikemaster #A15187

Tints of Strikemaster #A15187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.49%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 42.71%
G = 21.49%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A15187 (or 0xA15187) is known color: Strikemaster. HEX triplet: A1, 51 and 87. RGB value is (161,81,135). Sum of RGB (Red+Green+Blue) = 161+81+135=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A15187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15187 is #5EAE78. Grayscale: #6E6E6E. Windows color (decimal): -6205049 or 8868257. OLE color: 8868257.

HSL color Cylindrical-coordinate representation of color #A15187: hue angle of 319.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15187 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 135 -
CMYK 0 0.50 0.16 0.37
HSL 319.5º 0.33% 0.47% -
HSV(B) 319.5º 0.5% 0.63% -
XYZ 22.01 15.21 24.7 -
YUV 111.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 161 81 135 0 0.50 0.16 0.37 319.5 0.33 0.47
Hex A1 51 87 0 32 10 25 140 21 2F
Octal 241 121 207 0 62 20 45 500 41 57
Binary 10100001 1010001 10000111 0 110010 10000 100101 101000000 100001 101111

Color Harmonies of #A15187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15187

Black with #A15187

Text Example


Text Example

White with #A15187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15187; }

 p { color: rgb(161,81,135); }

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

background-color css

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

 a { background-color: rgb(161,81,135); }

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

border-color css

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

 span { border-color: rgb(161,81,135); }

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