Html Css Color HEX #A75B86 Strikemaster

📋 copy color: '#A75B86'

red 167 ◦ green 91 ◦ blue 134

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

Shades of Strikemaster #A75B86

Tints of Strikemaster #A75B86

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.21%

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

R = 42.6%
G = 23.21%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A75B86 (or 0xA75B86) is known color: Strikemaster. HEX triplet: A7, 5B and 86. RGB value is (167,91,134). Sum of RGB (Red+Green+Blue) = 167+91+134=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B86 is #58A479. Grayscale: #767676. Windows color (decimal): -5809274 or 8805287. OLE color: 8805287.

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

Color convert

RGB 167 91 134 -
CMYK 0 0.46 0.20 0.35
HSL 326.05º 0.3% 0.51% -
HSV(B) 326.05º 0.46% 0.65% -
XYZ 23.98 17.42 24.65 -
YUV 118.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 167 91 134 0 0.46 0.20 0.35 326.05 0.3 0.51
Hex A7 5B 86 0 2E 14 23 146 1E 33
Octal 247 133 206 0 56 24 43 506 36 63
Binary 10100111 1011011 10000110 0 101110 10100 100011 101000110 11110 110011

Color Harmonies of #A75B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B86

Black with #A75B86

Text Example


Text Example

White with #A75B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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