Html Css Color HEX #A75488 Strikemaster

📋 copy color: '#A75488'

red 167 ◦ green 84 ◦ blue 136

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

Shades of Strikemaster #A75488

Tints of Strikemaster #A75488

RGB

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

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

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

R = 43.15%
G = 21.71%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A75488 (or 0xA75488) is known color: Strikemaster. HEX triplet: A7, 54 and 88. RGB value is (167,84,136). Sum of RGB (Red+Green+Blue) = 167+84+136=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A75488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75488 is #58AB77. Grayscale: #727272. Windows color (decimal): -5811064 or 8934567. OLE color: 8934567.

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

Color convert

RGB 167 84 136 -
CMYK 0 0.50 0.19 0.35
HSL 322.41º 0.33% 0.49% -
HSV(B) 322.41º 0.5% 0.65% -
XYZ 23.55 16.33 25.2 -
YUV 114.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 167 84 136 0 0.50 0.19 0.35 322.41 0.33 0.49
Hex A7 54 88 0 32 13 23 142 21 31
Octal 247 124 210 0 62 23 43 502 41 61
Binary 10100111 1010100 10001000 0 110010 10011 100011 101000010 100001 110001

Color Harmonies of #A75488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75488

Black with #A75488

Text Example


Text Example

White with #A75488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75488; }

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

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

background-color css

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

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

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

border-color css

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

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

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