Html Css Color HEX #A7548B Strikemaster

📋 copy color: '#A7548B'

red 167 ◦ green 84 ◦ blue 139

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

Shades of Strikemaster #A7548B

Tints of Strikemaster #A7548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 42.82%
G = 21.54%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7548B (or 0xA7548B) is known color: Strikemaster. HEX triplet: A7, 54 and 8B. RGB value is (167,84,139). Sum of RGB (Red+Green+Blue) = 167+84+139=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7548B is #58AB74. Grayscale: #727272. Windows color (decimal): -5811061 or 9131175. OLE color: 9131175.

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

Color convert

RGB 167 84 139 -
CMYK 0 0.50 0.17 0.35
HSL 320.24º 0.33% 0.49% -
HSV(B) 320.24º 0.5% 0.65% -
XYZ 23.77 16.42 26.34 -
YUV 115.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 167 84 139 0 0.50 0.17 0.35 320.24 0.33 0.49
Hex A7 54 8B 0 32 11 23 140 21 31
Octal 247 124 213 0 62 21 43 500 41 61
Binary 10100111 1010100 10001011 0 110010 10001 100011 101000000 100001 110001

Color Harmonies of #A7548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7548B

Black with #A7548B

Text Example


Text Example

White with #A7548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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