Html Css Color HEX #A75886 Strikemaster

📋 copy color: '#A75886'

red 167 ◦ green 88 ◦ blue 134

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

Shades of Strikemaster #A75886

Tints of Strikemaster #A75886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

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

R = 42.93%
G = 22.62%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A75886 (or 0xA75886) is known color: Strikemaster. HEX triplet: A7, 58 and 86. RGB value is (167,88,134). Sum of RGB (Red+Green+Blue) = 167+88+134=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A75886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75886 is #58A779. Grayscale: #747474. Windows color (decimal): -5810042 or 8804519. OLE color: 8804519.

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

Color convert

RGB 167 88 134 -
CMYK 0 0.47 0.20 0.35
HSL 325.06º 0.31% 0.5% -
HSV(B) 325.06º 0.47% 0.65% -
XYZ 23.73 16.92 24.57 -
YUV 116.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 167 88 134 0 0.47 0.20 0.35 325.06 0.31 0.5
Hex A7 58 86 0 2F 14 23 145 1F 32
Octal 247 130 206 0 57 24 43 505 37 62
Binary 10100111 1011000 10000110 0 101111 10100 100011 101000101 11111 110010

Color Harmonies of #A75886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75886

Black with #A75886

Text Example


Text Example

White with #A75886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75886; }

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

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

background-color css

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

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

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

border-color css

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

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

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