Html Css Color HEX #A15A82 Strikemaster

📋 copy color: '#A15A82'

red 161 ◦ green 90 ◦ blue 130

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

Shades of Strikemaster #A15A82

Tints of Strikemaster #A15A82

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

 BLUE value IS 130 (51.17% from 255) = 34.12%

R = 42.26%
G = 23.62%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A15A82 (or 0xA15A82) is known color: Strikemaster. HEX triplet: A1, 5A and 82. RGB value is (161,90,130). Sum of RGB (Red+Green+Blue) = 161+90+130=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15A82 is #5EA57D. Grayscale: #737373. Windows color (decimal): -6202750 or 8542881. OLE color: 8542881.

HSL color Cylindrical-coordinate representation of color #A15A82: hue angle of 326.2º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15A82 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 90 130 -
CMYK 0 0.44 0.19 0.37
HSL 326.2º 0.28% 0.49% -
HSV(B) 326.2º 0.44% 0.63% -
XYZ 22.38 16.5 23.12 -
YUV 115.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 161 90 130 0 0.44 0.19 0.37 326.2 0.28 0.49
Hex A1 5A 82 0 2C 13 25 146 1C 31
Octal 241 132 202 0 54 23 45 506 34 61
Binary 10100001 1011010 10000010 0 101100 10011 100101 101000110 11100 110001

Color Harmonies of #A15A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A82

Black with #A15A82

Text Example


Text Example

White with #A15A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A82; }

 p { color: rgb(161,90,130); }

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

background-color css

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

 a { background-color: rgb(161,90,130); }

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

border-color css

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

 span { border-color: rgb(161,90,130); }

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