Html Css Color HEX #A15888 Strikemaster

📋 copy color: '#A15888'

red 161 ◦ green 88 ◦ blue 136

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

Shades of Strikemaster #A15888

Tints of Strikemaster #A15888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.86%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 41.82%
G = 22.86%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A15888 (or 0xA15888) is known color: Strikemaster. HEX triplet: A1, 58 and 88. RGB value is (161,88,136). Sum of RGB (Red+Green+Blue) = 161+88+136=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A15888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15888 is #5EA777. Grayscale: #737373. Windows color (decimal): -6203256 or 8935585. OLE color: 8935585.

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

Color convert

RGB 161 88 136 -
CMYK 0 0.45 0.16 0.37
HSL 320.55º 0.29% 0.49% -
HSV(B) 320.55º 0.45% 0.63% -
XYZ 22.63 16.33 25.25 -
YUV 115.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 161 88 136 0 0.45 0.16 0.37 320.55 0.29 0.49
Hex A1 58 88 0 2D 10 25 141 1D 31
Octal 241 130 210 0 55 20 45 501 35 61
Binary 10100001 1011000 10001000 0 101101 10000 100101 101000001 11101 110001

Color Harmonies of #A15888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15888

Black with #A15888

Text Example


Text Example

White with #A15888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15888; }

 p { color: rgb(161,88,136); }

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

background-color css

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

 a { background-color: rgb(161,88,136); }

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

border-color css

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

 span { border-color: rgb(161,88,136); }

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