Html Css Color HEX #A15084 Strikemaster

📋 copy color: '#A15084'

red 161 ◦ green 80 ◦ blue 132

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

Shades of Strikemaster #A15084

Tints of Strikemaster #A15084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

 BLUE value IS 132 (51.95% from 255) = 35.39%

R = 43.16%
G = 21.45%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A15084 (or 0xA15084) is known color: Strikemaster. HEX triplet: A1, 50 and 84. RGB value is (161,80,132). Sum of RGB (Red+Green+Blue) = 161+80+132=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A15084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15084 is #5EAF7B. Grayscale: #6E6E6E. Windows color (decimal): -6205308 or 8671393. OLE color: 8671393.

HSL color Cylindrical-coordinate representation of color #A15084: hue angle of 321.48º degrees, saturation: 0.34, 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 #A15084 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 132 -
CMYK 0 0.50 0.18 0.37
HSL 321.48º 0.34% 0.47% -
HSV(B) 321.48º 0.5% 0.63% -
XYZ 21.73 14.98 23.58 -
YUV 110.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 161 80 132 0 0.50 0.18 0.37 321.48 0.34 0.47
Hex A1 50 84 0 32 12 25 141 22 2F
Octal 241 120 204 0 62 22 45 501 42 57
Binary 10100001 1010000 10000100 0 110010 10010 100101 101000001 100010 101111

Color Harmonies of #A15084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15084

Black with #A15084

Text Example


Text Example

White with #A15084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15084; }

 p { color: rgb(161,80,132); }

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

background-color css

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

 a { background-color: rgb(161,80,132); }

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

border-color css

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

 span { border-color: rgb(161,80,132); }

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