Html Css Color HEX #A75D86 Strikemaster

📋 copy color: '#A75D86'

red 167 ◦ green 93 ◦ blue 134

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

Shades of Strikemaster #A75D86

Tints of Strikemaster #A75D86

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.6%

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 42.39%
G = 23.6%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A75D86 (or 0xA75D86) is known color: Strikemaster. HEX triplet: A7, 5D and 86. RGB value is (167,93,134). Sum of RGB (Red+Green+Blue) = 167+93+134=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75D86 is #58A279. Grayscale: #777777. Windows color (decimal): -5808762 or 8805799. OLE color: 8805799.

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

Color convert

RGB 167 93 134 -
CMYK 0 0.44 0.20 0.35
HSL 326.76º 0.3% 0.51% -
HSV(B) 326.76º 0.44% 0.65% -
XYZ 24.15 17.77 24.71 -
YUV 119.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 167 93 134 0 0.44 0.20 0.35 326.76 0.3 0.51
Hex A7 5D 86 0 2C 14 23 147 1E 33
Octal 247 135 206 0 54 24 43 507 36 63
Binary 10100111 1011101 10000110 0 101100 10100 100011 101000111 11110 110011

Color Harmonies of #A75D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75D86

Black with #A75D86

Text Example


Text Example

White with #A75D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75D86; }

 p { color: rgb(167,93,134); }

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

background-color css

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

 a { background-color: rgb(167,93,134); }

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

border-color css

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

 span { border-color: rgb(167,93,134); }

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