Html Css Color HEX #A15C7E Strikemaster

📋 copy color: '#A15C7E'

red 161 ◦ green 92 ◦ blue 126

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

Shades of Strikemaster #A15C7E

Tints of Strikemaster #A15C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 42.48%
G = 24.27%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A15C7E (or 0xA15C7E) is known color: Strikemaster. HEX triplet: A1, 5C and 7E. RGB value is (161,92,126). Sum of RGB (Red+Green+Blue) = 161+92+126=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15C7E is #5EA381. Grayscale: #747474. Windows color (decimal): -6202242 or 8281249. OLE color: 8281249.

HSL color Cylindrical-coordinate representation of color #A15C7E: hue angle of 330.43º 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 #A15C7E is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 92 126 -
CMYK 0 0.43 0.22 0.37
HSL 330.43º 0.27% 0.5% -
HSV(B) 330.43º 0.43% 0.63% -
XYZ 22.29 16.74 21.79 -
YUV 116.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 161 92 126 0 0.43 0.22 0.37 330.43 0.27 0.5
Hex A1 5C 7E 0 2B 16 25 14A 1B 32
Octal 241 134 176 0 53 26 45 512 33 62
Binary 10100001 1011100 1111110 0 101011 10110 100101 101001010 11011 110010

Color Harmonies of #A15C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15C7E

Black with #A15C7E

Text Example


Text Example

White with #A15C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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