Html Css Color HEX #A15789 Strikemaster

📋 copy color: '#A15789'

red 161 ◦ green 87 ◦ blue 137

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

Shades of Strikemaster #A15789

Tints of Strikemaster #A15789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.6%

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

R = 41.82%
G = 22.6%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A15789 (or 0xA15789) is known color: Strikemaster. HEX triplet: A1, 57 and 89. RGB value is (161,87,137). Sum of RGB (Red+Green+Blue) = 161+87+137=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A15789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15789 is #5EA876. Grayscale: #727272. Windows color (decimal): -6203511 or 9000865. OLE color: 9000865.

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

Color convert

RGB 161 87 137 -
CMYK 0 0.46 0.15 0.37
HSL 319.46º 0.3% 0.49% -
HSV(B) 319.46º 0.46% 0.63% -
XYZ 22.62 16.2 25.6 -
YUV 114.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 161 87 137 0 0.46 0.15 0.37 319.46 0.3 0.49
Hex A1 57 89 0 2E F 25 13F 1E 31
Octal 241 127 211 0 56 17 45 477 36 61
Binary 10100001 1010111 10001001 0 101110 1111 100101 100111111 11110 110001

Color Harmonies of #A15789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15789

Black with #A15789

Text Example


Text Example

White with #A15789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15789; }

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

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

background-color css

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

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

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

border-color css

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

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

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