Html Css Color HEX #A75F82 Strikemaster

📋 copy color: '#A75F82'

red 167 ◦ green 95 ◦ blue 130

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

Shades of Strikemaster #A75F82

Tints of Strikemaster #A75F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 42.6%
G = 24.23%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A75F82 (or 0xA75F82) is known color: Strikemaster. HEX triplet: A7, 5F and 82. RGB value is (167,95,130). Sum of RGB (Red+Green+Blue) = 167+95+130=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75F82 is #58A07D. Grayscale: #787878. Windows color (decimal): -5808254 or 8544167. OLE color: 8544167.

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

Color convert

RGB 167 95 130 -
CMYK 0 0.43 0.22 0.35
HSL 330.83º 0.29% 0.51% -
HSV(B) 330.83º 0.43% 0.65% -
XYZ 24.06 18.01 23.33 -
YUV 120.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 167 95 130 0 0.43 0.22 0.35 330.83 0.29 0.51
Hex A7 5F 82 0 2B 16 23 14B 1D 33
Octal 247 137 202 0 53 26 43 513 35 63
Binary 10100111 1011111 10000010 0 101011 10110 100011 101001011 11101 110011

Color Harmonies of #A75F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F82

Black with #A75F82

Text Example


Text Example

White with #A75F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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