Html Css Color HEX #A15387 Strikemaster

📋 copy color: '#A15387'

red 161 ◦ green 83 ◦ blue 135

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

Shades of Strikemaster #A15387

Tints of Strikemaster #A15387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.9%

 BLUE value IS 135 (53.13% from 255) = 35.62%

R = 42.48%
G = 21.9%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A15387 (or 0xA15387) is known color: Strikemaster. HEX triplet: A1, 53 and 87. RGB value is (161,83,135). Sum of RGB (Red+Green+Blue) = 161+83+135=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A15387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15387 is #5EAC78. Grayscale: #707070. Windows color (decimal): -6204537 or 8868769. OLE color: 8868769.

HSL color Cylindrical-coordinate representation of color #A15387: hue angle of 320º degrees, saturation: 0.32, 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 #A15387 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 83 135 -
CMYK 0 0.48 0.16 0.37
HSL 320º 0.32% 0.48% -
HSV(B) 320º 0.48% 0.63% -
XYZ 22.16 15.51 24.75 -
YUV 112.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 161 83 135 0 0.48 0.16 0.37 320 0.32 0.48
Hex A1 53 87 0 30 10 25 140 20 30
Octal 241 123 207 0 60 20 45 500 40 60
Binary 10100001 1010011 10000111 0 110000 10000 100101 101000000 100000 110000

Color Harmonies of #A15387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15387

Black with #A15387

Text Example


Text Example

White with #A15387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15387; }

 p { color: rgb(161,83,135); }

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

background-color css

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

 a { background-color: rgb(161,83,135); }

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

border-color css

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

 span { border-color: rgb(161,83,135); }

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