Html Css Color HEX #A15580 Strikemaster

📋 copy color: '#A15580'

red 161 ◦ green 85 ◦ blue 128

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

Shades of Strikemaster #A15580

Tints of Strikemaster #A15580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 43.05%
G = 22.73%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A15580 (or 0xA15580) is known color: Strikemaster. HEX triplet: A1, 55 and 80. RGB value is (161,85,128). Sum of RGB (Red+Green+Blue) = 161+85+128=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A15580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15580 is #5EAA7F. Grayscale: #707070. Windows color (decimal): -6204032 or 8410529. OLE color: 8410529.

HSL color Cylindrical-coordinate representation of color #A15580: hue angle of 326.05º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15580 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 128 -
CMYK 0 0.47 0.20 0.37
HSL 326.05º 0.31% 0.48% -
HSV(B) 326.05º 0.47% 0.63% -
XYZ 21.84 15.63 22.29 -
YUV 112.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 161 85 128 0 0.47 0.20 0.37 326.05 0.31 0.48
Hex A1 55 80 0 2F 14 25 146 1F 30
Octal 241 125 200 0 57 24 45 506 37 60
Binary 10100001 1010101 10000000 0 101111 10100 100101 101000110 11111 110000

Color Harmonies of #A15580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15580

Black with #A15580

Text Example


Text Example

White with #A15580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15580; }

 p { color: rgb(161,85,128); }

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

background-color css

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

 a { background-color: rgb(161,85,128); }

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

border-color css

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

 span { border-color: rgb(161,85,128); }

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