Html Css Color HEX #A7548A Strikemaster

📋 copy color: '#A7548A'

red 167 ◦ green 84 ◦ blue 138

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

Shades of Strikemaster #A7548A

Tints of Strikemaster #A7548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 42.93%
G = 21.59%
B = 35.48%

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

#A7548A (or 0xA7548A) is known color: Strikemaster. HEX triplet: A7, 54 and 8A. RGB value is (167,84,138). Sum of RGB (Red+Green+Blue) = 167+84+138=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A7548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7548A is #58AB75. Grayscale: #727272. Windows color (decimal): -5811062 or 9065639. OLE color: 9065639.

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

Color convert

RGB 167 84 138 -
CMYK 0 0.50 0.17 0.35
HSL 320.96º 0.33% 0.49% -
HSV(B) 320.96º 0.5% 0.65% -
XYZ 23.69 16.39 25.96 -
YUV 114.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 167 84 138 0 0.50 0.17 0.35 320.96 0.33 0.49
Hex A7 54 8A 0 32 11 23 141 21 31
Octal 247 124 212 0 62 21 43 501 41 61
Binary 10100111 1010100 10001010 0 110010 10001 100011 101000001 100001 110001

Color Harmonies of #A7548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7548A

Black with #A7548A

Text Example


Text Example

White with #A7548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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