Html Css Color HEX #A75E88 Strikemaster

📋 copy color: '#A75E88'

red 167 ◦ green 94 ◦ blue 136

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

Shades of Strikemaster #A75E88

Tints of Strikemaster #A75E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.68%

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

R = 42.07%
G = 23.68%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A75E88 (or 0xA75E88) is known color: Strikemaster. HEX triplet: A7, 5E and 88. RGB value is (167,94,136). Sum of RGB (Red+Green+Blue) = 167+94+136=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75E88 is #58A177. Grayscale: #787878. Windows color (decimal): -5808504 or 8937127. OLE color: 8937127.

HSL color Cylindrical-coordinate representation of color #A75E88: hue angle of 325.48º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75E88 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 94 136 -
CMYK 0 0.44 0.19 0.35
HSL 325.48º 0.29% 0.51% -
HSV(B) 325.48º 0.44% 0.65% -
XYZ 24.38 18 25.48 -
YUV 120.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 167 94 136 0 0.44 0.19 0.35 325.48 0.29 0.51
Hex A7 5E 88 0 2C 13 23 145 1D 33
Octal 247 136 210 0 54 23 43 505 35 63
Binary 10100111 1011110 10001000 0 101100 10011 100011 101000101 11101 110011

Color Harmonies of #A75E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75E88

Black with #A75E88

Text Example


Text Example

White with #A75E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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