Html Css Color HEX #A75F7F Strikemaster

📋 copy color: '#A75F7F'

red 167 ◦ green 95 ◦ blue 127

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

Shades of Strikemaster #A75F7F

Tints of Strikemaster #A75F7F

RGB

 RED value IS 167 (65.63% from 255) = 42.93%

 GREEN value IS 95 (37.5% from 255) = 24.42%

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

R = 42.93%
G = 24.42%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A75F7F (or 0xA75F7F) is known color: Strikemaster. HEX triplet: A7, 5F and 7F. RGB value is (167,95,127). Sum of RGB (Red+Green+Blue) = 167+95+127=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75F7F is #58A080. Grayscale: #787878. Windows color (decimal): -5808257 or 8347559. OLE color: 8347559.

HSL color Cylindrical-coordinate representation of color #A75F7F: hue angle of 333.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A75F7F is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 95 127 -
CMYK 0 0.43 0.24 0.35
HSL 333.33º 0.29% 0.51% -
HSV(B) 333.33º 0.43% 0.65% -
XYZ 23.86 17.93 22.28 -
YUV 120.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 167 95 127 0 0.43 0.24 0.35 333.33 0.29 0.51
Hex A7 5F 7F 0 2B 18 23 14D 1D 33
Octal 247 137 177 0 53 30 43 515 35 63
Binary 10100111 1011111 1111111 0 101011 11000 100011 101001101 11101 110011

Color Harmonies of #A75F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F7F

Black with #A75F7F

Text Example


Text Example

White with #A75F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F7F; }

 p { color: rgb(167,95,127); }

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

background-color css

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

 a { background-color: rgb(167,95,127); }

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

border-color css

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

 span { border-color: rgb(167,95,127); }

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