Html Css Color HEX #A15E7F Strikemaster

📋 copy color: '#A15E7F'

red 161 ◦ green 94 ◦ blue 127

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

Shades of Strikemaster #A15E7F

Tints of Strikemaster #A15E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.61%

 BLUE value IS 127 (50% from 255) = 33.25%

R = 42.15%
G = 24.61%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A15E7F (or 0xA15E7F) is known color: Strikemaster. HEX triplet: A1, 5E and 7F. RGB value is (161,94,127). Sum of RGB (Red+Green+Blue) = 161+94+127=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E7F is #5EA180. Grayscale: #757575. Windows color (decimal): -6201729 or 8347297. OLE color: 8347297.

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

Color convert

RGB 161 94 127 -
CMYK 0 0.42 0.21 0.37
HSL 330.45º 0.26% 0.5% -
HSV(B) 330.45º 0.42% 0.63% -
XYZ 22.53 17.11 22.19 -
YUV 117.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 161 94 127 0 0.42 0.21 0.37 330.45 0.26 0.5
Hex A1 5E 7F 0 2A 15 25 14A 1A 32
Octal 241 136 177 0 52 25 45 512 32 62
Binary 10100001 1011110 1111111 0 101010 10101 100101 101001010 11010 110010

Color Harmonies of #A15E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E7F

Black with #A15E7F

Text Example


Text Example

White with #A15E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E7F; }

 p { color: rgb(161,94,127); }

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

background-color css

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

 a { background-color: rgb(161,94,127); }

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

border-color css

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

 span { border-color: rgb(161,94,127); }

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