Html Css Color HEX #A75485 Strikemaster

📋 copy color: '#A75485'

red 167 ◦ green 84 ◦ blue 133

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

Shades of Strikemaster #A75485

Tints of Strikemaster #A75485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.88%

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

R = 43.49%
G = 21.88%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A75485 (or 0xA75485) is known color: Strikemaster. HEX triplet: A7, 54 and 85. RGB value is (167,84,133). Sum of RGB (Red+Green+Blue) = 167+84+133=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A75485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75485 is #58AB7A. Grayscale: #727272. Windows color (decimal): -5811067 or 8737959. OLE color: 8737959.

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

Color convert

RGB 167 84 133 -
CMYK 0 0.50 0.20 0.35
HSL 324.58º 0.33% 0.49% -
HSV(B) 324.58º 0.5% 0.65% -
XYZ 23.34 16.25 24.1 -
YUV 114.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 167 84 133 0 0.50 0.20 0.35 324.58 0.33 0.49
Hex A7 54 85 0 32 14 23 145 21 31
Octal 247 124 205 0 62 24 43 505 41 61
Binary 10100111 1010100 10000101 0 110010 10100 100011 101000101 100001 110001

Color Harmonies of #A75485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75485

Black with #A75485

Text Example


Text Example

White with #A75485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75485; }

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

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

background-color css

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

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

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

border-color css

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

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

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