Html Css Color HEX #A15883 Strikemaster

📋 copy color: '#A15883'

red 161 ◦ green 88 ◦ blue 131

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

Shades of Strikemaster #A15883

Tints of Strikemaster #A15883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.47%

R = 42.37%
G = 23.16%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A15883 (or 0xA15883) is known color: Strikemaster. HEX triplet: A1, 58 and 83. RGB value is (161,88,131). Sum of RGB (Red+Green+Blue) = 161+88+131=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A15883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15883 is #5EA77C. Grayscale: #727272. Windows color (decimal): -6203261 or 8607905. OLE color: 8607905.

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

Color convert

RGB 161 88 131 -
CMYK 0 0.45 0.19 0.37
HSL 324.66º 0.29% 0.49% -
HSV(B) 324.66º 0.45% 0.63% -
XYZ 22.28 16.2 23.42 -
YUV 114.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 161 88 131 0 0.45 0.19 0.37 324.66 0.29 0.49
Hex A1 58 83 0 2D 13 25 145 1D 31
Octal 241 130 203 0 55 23 45 505 35 61
Binary 10100001 1011000 10000011 0 101101 10011 100101 101000101 11101 110001

Color Harmonies of #A15883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15883

Black with #A15883

Text Example


Text Example

White with #A15883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15883; }

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

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

background-color css

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

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

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

border-color css

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

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

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