Html Css Color HEX #A15C80 Strikemaster

📋 copy color: '#A15C80'

red 161 ◦ green 92 ◦ blue 128

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

Shades of Strikemaster #A15C80

Tints of Strikemaster #A15C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.15%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 42.26%
G = 24.15%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A15C80 (or 0xA15C80) is known color: Strikemaster. HEX triplet: A1, 5C and 80. RGB value is (161,92,128). Sum of RGB (Red+Green+Blue) = 161+92+128=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15C80 is #5EA37F. Grayscale: #747474. Windows color (decimal): -6202240 or 8412321. OLE color: 8412321.

HSL color Cylindrical-coordinate representation of color #A15C80: hue angle of 328.7º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15C80 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 92 128 -
CMYK 0 0.43 0.20 0.37
HSL 328.7º 0.27% 0.5% -
HSV(B) 328.7º 0.43% 0.63% -
XYZ 22.42 16.79 22.48 -
YUV 116.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 161 92 128 0 0.43 0.20 0.37 328.7 0.27 0.5
Hex A1 5C 80 0 2B 14 25 149 1B 32
Octal 241 134 200 0 53 24 45 511 33 62
Binary 10100001 1011100 10000000 0 101011 10100 100101 101001001 11011 110010

Color Harmonies of #A15C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15C80

Black with #A15C80

Text Example


Text Example

White with #A15C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15C80; }

 p { color: rgb(161,92,128); }

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

background-color css

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

 a { background-color: rgb(161,92,128); }

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

border-color css

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

 span { border-color: rgb(161,92,128); }

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