Html Css Color HEX #A15182 Strikemaster

📋 copy color: '#A15182'

red 161 ◦ green 81 ◦ blue 130

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

Shades of Strikemaster #A15182

Tints of Strikemaster #A15182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.77%

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

R = 43.28%
G = 21.77%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A15182 (or 0xA15182) is known color: Strikemaster. HEX triplet: A1, 51 and 82. RGB value is (161,81,130). Sum of RGB (Red+Green+Blue) = 161+81+130=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A15182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15182 is #5EAE7D. Grayscale: #6E6E6E. Windows color (decimal): -6205054 or 8540577. OLE color: 8540577.

HSL color Cylindrical-coordinate representation of color #A15182: hue angle of 323.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15182 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 130 -
CMYK 0 0.50 0.19 0.37
HSL 323.25º 0.33% 0.47% -
HSV(B) 323.25º 0.5% 0.63% -
XYZ 21.67 15.07 22.89 -
YUV 110.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 161 81 130 0 0.50 0.19 0.37 323.25 0.33 0.47
Hex A1 51 82 0 32 13 25 143 21 2F
Octal 241 121 202 0 62 23 45 503 41 57
Binary 10100001 1010001 10000010 0 110010 10011 100101 101000011 100001 101111

Color Harmonies of #A15182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15182

Black with #A15182

Text Example


Text Example

White with #A15182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15182; }

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

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

background-color css

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

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

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

border-color css

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

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

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