Html Css Color HEX #A8558C Strikemaster

📋 copy color: '#A8558C'

red 168 ◦ green 85 ◦ blue 140

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

Shades of Strikemaster #A8558C

Tints of Strikemaster #A8558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 42.75%
G = 21.63%
B = 35.62%

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

#A8558C (or 0xA8558C) is known color: Strikemaster. HEX triplet: A8, 55 and 8C. RGB value is (168,85,140). Sum of RGB (Red+Green+Blue) = 168+85+140=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8558C is #57AA73. Grayscale: #737373. Windows color (decimal): -5745268 or 9196968. OLE color: 9196968.

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

Color convert

RGB 168 85 140 -
CMYK 0 0.49 0.17 0.34
HSL 320.24º 0.33% 0.5% -
HSV(B) 320.24º 0.49% 0.66% -
XYZ 24.13 16.72 26.77 -
YUV 116.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 168 85 140 0 0.49 0.17 0.34 320.24 0.33 0.5
Hex A8 55 8C 0 31 11 22 140 21 32
Octal 250 125 214 0 61 21 42 500 41 62
Binary 10101000 1010101 10001100 0 110001 10001 100010 101000000 100001 110010

Color Harmonies of #A8558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8558C

Black with #A8558C

Text Example


Text Example

White with #A8558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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