Html Css Color HEX #A75585 Strikemaster

📋 copy color: '#A75585'

red 167 ◦ green 85 ◦ blue 133

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

Shades of Strikemaster #A75585

Tints of Strikemaster #A75585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 43.38%
G = 22.08%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A75585 (or 0xA75585) is known color: Strikemaster. HEX triplet: A7, 55 and 85. RGB value is (167,85,133). Sum of RGB (Red+Green+Blue) = 167+85+133=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A75585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75585 is #58AA7A. Grayscale: #727272. Windows color (decimal): -5810811 or 8738215. OLE color: 8738215.

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

Color convert

RGB 167 85 133 -
CMYK 0 0.49 0.20 0.35
HSL 324.88º 0.33% 0.49% -
HSV(B) 324.88º 0.49% 0.65% -
XYZ 23.42 16.41 24.12 -
YUV 114.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 167 85 133 0 0.49 0.20 0.35 324.88 0.33 0.49
Hex A7 55 85 0 31 14 23 145 21 31
Octal 247 125 205 0 61 24 43 505 41 61
Binary 10100111 1010101 10000101 0 110001 10100 100011 101000101 100001 110001

Color Harmonies of #A75585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75585

Black with #A75585

Text Example


Text Example

White with #A75585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75585; }

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

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

background-color css

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

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

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

border-color css

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

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

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