Html Css Color HEX #A75F80 Strikemaster

📋 copy color: '#A75F80'

red 167 ◦ green 95 ◦ blue 128

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

Shades of Strikemaster #A75F80

Tints of Strikemaster #A75F80

RGB

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

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

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

R = 42.82%
G = 24.36%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A75F80 (or 0xA75F80) is known color: Strikemaster. HEX triplet: A7, 5F and 80. RGB value is (167,95,128). Sum of RGB (Red+Green+Blue) = 167+95+128=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75F80 is #58A07F. Grayscale: #787878. Windows color (decimal): -5808256 or 8413095. OLE color: 8413095.

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

Color convert

RGB 167 95 128 -
CMYK 0 0.43 0.23 0.35
HSL 332.5º 0.29% 0.51% -
HSV(B) 332.5º 0.43% 0.65% -
XYZ 23.92 17.96 22.63 -
YUV 120.29 132.35 161.32 -
System Red Green Blue C M Y K H S L
Decimal 167 95 128 0 0.43 0.23 0.35 332.5 0.29 0.51
Hex A7 5F 80 0 2B 17 23 14C 1D 33
Octal 247 137 200 0 53 27 43 514 35 63
Binary 10100111 1011111 10000000 0 101011 10111 100011 101001100 11101 110011

Color Harmonies of #A75F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F80

Black with #A75F80

Text Example


Text Example

White with #A75F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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