Html Css Color HEX #A15989 Strikemaster

📋 copy color: '#A15989'

red 161 ◦ green 89 ◦ blue 137

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

Shades of Strikemaster #A15989

Tints of Strikemaster #A15989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

 BLUE value IS 137 (53.91% from 255) = 35.4%

R = 41.6%
G = 23%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A15989 (or 0xA15989) is known color: Strikemaster. HEX triplet: A1, 59 and 89. RGB value is (161,89,137). Sum of RGB (Red+Green+Blue) = 161+89+137=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A15989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15989 is #5EA676. Grayscale: #737373. Windows color (decimal): -6202999 or 9001377. OLE color: 9001377.

HSL color Cylindrical-coordinate representation of color #A15989: hue angle of 320º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15989 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 89 137 -
CMYK 0 0.45 0.15 0.37
HSL 320º 0.29% 0.49% -
HSV(B) 320º 0.45% 0.63% -
XYZ 22.79 16.53 25.66 -
YUV 116 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 161 89 137 0 0.45 0.15 0.37 320 0.29 0.49
Hex A1 59 89 0 2D F 25 140 1D 31
Octal 241 131 211 0 55 17 45 500 35 61
Binary 10100001 1011001 10001001 0 101101 1111 100101 101000000 11101 110001

Color Harmonies of #A15989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15989

Black with #A15989

Text Example


Text Example

White with #A15989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15989; }

 p { color: rgb(161,89,137); }

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

background-color css

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

 a { background-color: rgb(161,89,137); }

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

border-color css

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

 span { border-color: rgb(161,89,137); }

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