Html Css Color HEX #A75988 Strikemaster

📋 copy color: '#A75988'

red 167 ◦ green 89 ◦ blue 136

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

Shades of Strikemaster #A75988

Tints of Strikemaster #A75988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 42.6%
G = 22.7%
B = 34.69%

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

#A75988 (or 0xA75988) is known color: Strikemaster. HEX triplet: A7, 59 and 88. RGB value is (167,89,136). Sum of RGB (Red+Green+Blue) = 167+89+136=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A75988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75988 is #58A677. Grayscale: #757575. Windows color (decimal): -5809784 or 8935847. OLE color: 8935847.

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

Color convert

RGB 167 89 136 -
CMYK 0 0.47 0.19 0.35
HSL 323.85º 0.31% 0.5% -
HSV(B) 323.85º 0.47% 0.65% -
XYZ 23.95 17.14 25.34 -
YUV 117.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 167 89 136 0 0.47 0.19 0.35 323.85 0.31 0.5
Hex A7 59 88 0 2F 13 23 144 1F 32
Octal 247 131 210 0 57 23 43 504 37 62
Binary 10100111 1011001 10001000 0 101111 10011 100011 101000100 11111 110010

Color Harmonies of #A75988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75988

Black with #A75988

Text Example


Text Example

White with #A75988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75988; }

 p { color: rgb(167,89,136); }

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

background-color css

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

 a { background-color: rgb(167,89,136); }

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

border-color css

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

 span { border-color: rgb(167,89,136); }

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