Html Css Color HEX #A75F84 Strikemaster

📋 copy color: '#A75F84'

red 167 ◦ green 95 ◦ blue 132

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

Shades of Strikemaster #A75F84

Tints of Strikemaster #A75F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.5%

R = 42.39%
G = 24.11%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A75F84 (or 0xA75F84) is known color: Strikemaster. HEX triplet: A7, 5F and 84. RGB value is (167,95,132). Sum of RGB (Red+Green+Blue) = 167+95+132=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75F84 is #58A07B. Grayscale: #787878. Windows color (decimal): -5808252 or 8675239. OLE color: 8675239.

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

Color convert

RGB 167 95 132 -
CMYK 0 0.43 0.21 0.35
HSL 329.17º 0.29% 0.51% -
HSV(B) 329.17º 0.43% 0.65% -
XYZ 24.19 18.07 24.04 -
YUV 120.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 167 95 132 0 0.43 0.21 0.35 329.17 0.29 0.51
Hex A7 5F 84 0 2B 15 23 149 1D 33
Octal 247 137 204 0 53 25 43 511 35 63
Binary 10100111 1011111 10000100 0 101011 10101 100011 101001001 11101 110011

Color Harmonies of #A75F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F84

Black with #A75F84

Text Example


Text Example

White with #A75F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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