Html Css Color HEX #A75A84 Strikemaster

📋 copy color: '#A75A84'

red 167 ◦ green 90 ◦ blue 132

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

Shades of Strikemaster #A75A84

Tints of Strikemaster #A75A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 42.93%
G = 23.14%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A75A84 (or 0xA75A84) is known color: Strikemaster. HEX triplet: A7, 5A and 84. RGB value is (167,90,132). Sum of RGB (Red+Green+Blue) = 167+90+132=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A84 is #58A57B. Grayscale: #757575. Windows color (decimal): -5809532 or 8673959. OLE color: 8673959.

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

Color convert

RGB 167 90 132 -
CMYK 0 0.46 0.21 0.35
HSL 327.27º 0.3% 0.5% -
HSV(B) 327.27º 0.46% 0.65% -
XYZ 23.76 17.19 23.9 -
YUV 117.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 167 90 132 0 0.46 0.21 0.35 327.27 0.3 0.5
Hex A7 5A 84 0 2E 15 23 147 1E 32
Octal 247 132 204 0 56 25 43 507 36 62
Binary 10100111 1011010 10000100 0 101110 10101 100011 101000111 11110 110010

Color Harmonies of #A75A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A84

Black with #A75A84

Text Example


Text Example

White with #A75A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A84; }

 p { color: rgb(167,90,132); }

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

background-color css

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

 a { background-color: rgb(167,90,132); }

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

border-color css

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

 span { border-color: rgb(167,90,132); }

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