Html Css Color HEX #A75E7D Strikemaster

📋 copy color: '#A75E7D'

red 167 ◦ green 94 ◦ blue 125

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

Shades of Strikemaster #A75E7D

Tints of Strikemaster #A75E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 43.26%
G = 24.35%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A75E7D (or 0xA75E7D) is known color: Strikemaster. HEX triplet: A7, 5E and 7D. RGB value is (167,94,125). Sum of RGB (Red+Green+Blue) = 167+94+125=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E7D is #58A182. Grayscale: #777777. Windows color (decimal): -5808515 or 8216231. OLE color: 8216231.

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

Color convert

RGB 167 94 125 -
CMYK 0 0.44 0.25 0.35
HSL 334.52º 0.29% 0.51% -
HSV(B) 334.52º 0.44% 0.65% -
XYZ 23.64 17.7 21.57 -
YUV 119.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 167 94 125 0 0.44 0.25 0.35 334.52 0.29 0.51
Hex A7 5E 7D 0 2C 19 23 14F 1D 33
Octal 247 136 175 0 54 31 43 517 35 63
Binary 10100111 1011110 1111101 0 101100 11001 100011 101001111 11101 110011

Color Harmonies of #A75E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75E7D

Black with #A75E7D

Text Example


Text Example

White with #A75E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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