Html Css Color HEX #A8558B Strikemaster

📋 copy color: '#A8558B'

red 168 ◦ green 85 ◦ blue 139

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

Shades of Strikemaster #A8558B

Tints of Strikemaster #A8558B

RGB

 RED value IS 168 (66.02% from 255) = 42.86%

 GREEN value IS 85 (33.59% from 255) = 21.68%

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

R = 42.86%
G = 21.68%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8558B (or 0xA8558B) is known color: Strikemaster. HEX triplet: A8, 55 and 8B. RGB value is (168,85,139). Sum of RGB (Red+Green+Blue) = 168+85+139=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8558B is #57AA74. Grayscale: #737373. Windows color (decimal): -5745269 or 9131432. OLE color: 9131432.

HSL color Cylindrical-coordinate representation of color #A8558B: hue angle of 320.96º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8558B is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 85 139 -
CMYK 0 0.49 0.17 0.34
HSL 320.96º 0.33% 0.5% -
HSV(B) 320.96º 0.49% 0.66% -
XYZ 24.06 16.69 26.38 -
YUV 115.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 168 85 139 0 0.49 0.17 0.34 320.96 0.33 0.5
Hex A8 55 8B 0 31 11 22 141 21 32
Octal 250 125 213 0 61 21 42 501 41 62
Binary 10101000 1010101 10001011 0 110001 10001 100010 101000001 100001 110010

Color Harmonies of #A8558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8558B

Black with #A8558B

Text Example


Text Example

White with #A8558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8558B; }

 p { color: rgb(168,85,139); }

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

background-color css

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

 a { background-color: rgb(168,85,139); }

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

border-color css

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

 span { border-color: rgb(168,85,139); }

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