Html Css Color HEX #A15189 Strikemaster

📋 copy color: '#A15189'

red 161 ◦ green 81 ◦ blue 137

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

Shades of Strikemaster #A15189

Tints of Strikemaster #A15189

RGB

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

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

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

R = 42.48%
G = 21.37%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A15189 (or 0xA15189) is known color: Strikemaster. HEX triplet: A1, 51 and 89. RGB value is (161,81,137). Sum of RGB (Red+Green+Blue) = 161+81+137=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A15189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15189 is #5EAE76. Grayscale: #6F6F6F. Windows color (decimal): -6205047 or 8999329. OLE color: 8999329.

HSL color Cylindrical-coordinate representation of color #A15189: hue angle of 318º 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 #A15189 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 137 -
CMYK 0 0.50 0.15 0.37
HSL 318º 0.33% 0.47% -
HSV(B) 318º 0.5% 0.63% -
XYZ 22.16 15.27 25.45 -
YUV 111.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 161 81 137 0 0.50 0.15 0.37 318 0.33 0.47
Hex A1 51 89 0 32 F 25 13E 21 2F
Octal 241 121 211 0 62 17 45 476 41 57
Binary 10100001 1010001 10001001 0 110010 1111 100101 100111110 100001 101111

Color Harmonies of #A15189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15189

Black with #A15189

Text Example


Text Example

White with #A15189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15189; }

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

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

background-color css

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

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

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

border-color css

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

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

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