Html Css Color HEX #A15781 Strikemaster

📋 copy color: '#A15781'

red 161 ◦ green 87 ◦ blue 129

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

Shades of Strikemaster #A15781

Tints of Strikemaster #A15781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 42.71%
G = 23.08%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A15781 (or 0xA15781) is known color: Strikemaster. HEX triplet: A1, 57 and 81. RGB value is (161,87,129). Sum of RGB (Red+Green+Blue) = 161+87+129=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A15781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15781 is #5EA87E. Grayscale: #717171. Windows color (decimal): -6203519 or 8476577. OLE color: 8476577.

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

Color convert

RGB 161 87 129 -
CMYK 0 0.46 0.20 0.37
HSL 325.95º 0.3% 0.49% -
HSV(B) 325.95º 0.46% 0.63% -
XYZ 22.07 15.98 22.69 -
YUV 113.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 161 87 129 0 0.46 0.20 0.37 325.95 0.3 0.49
Hex A1 57 81 0 2E 14 25 146 1E 31
Octal 241 127 201 0 56 24 45 506 36 61
Binary 10100001 1010111 10000001 0 101110 10100 100101 101000110 11110 110001

Color Harmonies of #A15781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15781

Black with #A15781

Text Example


Text Example

White with #A15781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15781; }

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

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

background-color css

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

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

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

border-color css

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

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

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