Html Css Color HEX #A7548D Strikemaster

📋 copy color: '#A7548D'

red 167 ◦ green 84 ◦ blue 141

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

Shades of Strikemaster #A7548D

Tints of Strikemaster #A7548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 42.6%
G = 21.43%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7548D (or 0xA7548D) is known color: Strikemaster. HEX triplet: A7, 54 and 8D. RGB value is (167,84,141). Sum of RGB (Red+Green+Blue) = 167+84+141=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A7548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7548D is #58AB72. Grayscale: #737373. Windows color (decimal): -5811059 or 9262247. OLE color: 9262247.

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

Color convert

RGB 167 84 141 -
CMYK 0 0.50 0.16 0.35
HSL 318.8º 0.33% 0.49% -
HSV(B) 318.8º 0.5% 0.65% -
XYZ 23.91 16.48 27.12 -
YUV 115.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 167 84 141 0 0.50 0.16 0.35 318.8 0.33 0.49
Hex A7 54 8D 0 32 10 23 13F 21 31
Octal 247 124 215 0 62 20 43 477 41 61
Binary 10100111 1010100 10001101 0 110010 10000 100011 100111111 100001 110001

Color Harmonies of #A7548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7548D

Black with #A7548D

Text Example


Text Example

White with #A7548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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