Html Css Color HEX #A75887 Strikemaster

📋 copy color: '#A75887'

red 167 ◦ green 88 ◦ blue 135

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

Shades of Strikemaster #A75887

Tints of Strikemaster #A75887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 42.82%
G = 22.56%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A75887 (or 0xA75887) is known color: Strikemaster. HEX triplet: A7, 58 and 87. RGB value is (167,88,135). Sum of RGB (Red+Green+Blue) = 167+88+135=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A75887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75887 is #58A778. Grayscale: #747474. Windows color (decimal): -5810041 or 8870055. OLE color: 8870055.

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

Color convert

RGB 167 88 135 -
CMYK 0 0.47 0.19 0.35
HSL 324.3º 0.31% 0.5% -
HSV(B) 324.3º 0.47% 0.65% -
XYZ 23.8 16.94 24.94 -
YUV 116.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 167 88 135 0 0.47 0.19 0.35 324.3 0.31 0.5
Hex A7 58 87 0 2F 13 23 144 1F 32
Octal 247 130 207 0 57 23 43 504 37 62
Binary 10100111 1011000 10000111 0 101111 10011 100011 101000100 11111 110010

Color Harmonies of #A75887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75887

Black with #A75887

Text Example


Text Example

White with #A75887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75887; }

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

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

background-color css

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

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

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

border-color css

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

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

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