Html Css Color HEX #A15485 Strikemaster

📋 copy color: '#A15485'

red 161 ◦ green 84 ◦ blue 133

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

Shades of Strikemaster #A15485

Tints of Strikemaster #A15485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.22%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 42.59%
G = 22.22%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A15485 (or 0xA15485) is known color: Strikemaster. HEX triplet: A1, 54 and 85. RGB value is (161,84,133). Sum of RGB (Red+Green+Blue) = 161+84+133=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A15485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15485 is #5EAB7A. Grayscale: #707070. Windows color (decimal): -6204283 or 8737953. OLE color: 8737953.

HSL color Cylindrical-coordinate representation of color #A15485: hue angle of 321.82º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15485 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 84 133 -
CMYK 0 0.48 0.17 0.37
HSL 321.82º 0.31% 0.48% -
HSV(B) 321.82º 0.48% 0.63% -
XYZ 22.1 15.61 24.04 -
YUV 112.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 161 84 133 0 0.48 0.17 0.37 321.82 0.31 0.48
Hex A1 54 85 0 30 11 25 142 1F 30
Octal 241 124 205 0 60 21 45 502 37 60
Binary 10100001 1010100 10000101 0 110000 10001 100101 101000010 11111 110000

Color Harmonies of #A15485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15485

Black with #A15485

Text Example


Text Example

White with #A15485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15485; }

 p { color: rgb(161,84,133); }

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

background-color css

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

 a { background-color: rgb(161,84,133); }

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

border-color css

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

 span { border-color: rgb(161,84,133); }

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