Html Css Color HEX #A15783 Strikemaster

📋 copy color: '#A15783'

red 161 ◦ green 87 ◦ blue 131

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

Shades of Strikemaster #A15783

Tints of Strikemaster #A15783

RGB

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

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

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

R = 42.48%
G = 22.96%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A15783 (or 0xA15783) is known color: Strikemaster. HEX triplet: A1, 57 and 83. RGB value is (161,87,131). Sum of RGB (Red+Green+Blue) = 161+87+131=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A15783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15783 is #5EA87C. Grayscale: #727272. Windows color (decimal): -6203517 or 8607649. OLE color: 8607649.

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

Color convert

RGB 161 87 131 -
CMYK 0 0.46 0.19 0.37
HSL 324.32º 0.3% 0.49% -
HSV(B) 324.32º 0.46% 0.63% -
XYZ 22.2 16.03 23.4 -
YUV 114.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 161 87 131 0 0.46 0.19 0.37 324.32 0.3 0.49
Hex A1 57 83 0 2E 13 25 144 1E 31
Octal 241 127 203 0 56 23 45 504 36 61
Binary 10100001 1010111 10000011 0 101110 10011 100101 101000100 11110 110001

Color Harmonies of #A15783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15783

Black with #A15783

Text Example


Text Example

White with #A15783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15783; }

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

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

background-color css

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

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

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

border-color css

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

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

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