Html Css Color HEX #A75589 Strikemaster

📋 copy color: '#A75589'

red 167 ◦ green 85 ◦ blue 137

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

Shades of Strikemaster #A75589

Tints of Strikemaster #A75589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

 BLUE value IS 137 (53.91% from 255) = 35.22%

R = 42.93%
G = 21.85%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A75589 (or 0xA75589) is known color: Strikemaster. HEX triplet: A7, 55 and 89. RGB value is (167,85,137). Sum of RGB (Red+Green+Blue) = 167+85+137=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A75589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75589 is #58AA76. Grayscale: #737373. Windows color (decimal): -5810807 or 9000359. OLE color: 9000359.

HSL color Cylindrical-coordinate representation of color #A75589: hue angle of 321.95º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75589 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 85 137 -
CMYK 0 0.49 0.18 0.35
HSL 321.95º 0.33% 0.49% -
HSV(B) 321.95º 0.49% 0.65% -
XYZ 23.7 16.52 25.61 -
YUV 115.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 167 85 137 0 0.49 0.18 0.35 321.95 0.33 0.49
Hex A7 55 89 0 31 12 23 142 21 31
Octal 247 125 211 0 61 22 43 502 41 61
Binary 10100111 1010101 10001001 0 110001 10010 100011 101000010 100001 110001

Color Harmonies of #A75589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75589

Black with #A75589

Text Example


Text Example

White with #A75589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75589; }

 p { color: rgb(167,85,137); }

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

background-color css

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

 a { background-color: rgb(167,85,137); }

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

border-color css

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

 span { border-color: rgb(167,85,137); }

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