Html Css Color HEX #A8568D Strikemaster

📋 copy color: '#A8568D'

red 168 ◦ green 86 ◦ blue 141

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

Shades of Strikemaster #A8568D

Tints of Strikemaster #A8568D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.77%

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

R = 42.53%
G = 21.77%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8568D (or 0xA8568D) is known color: Strikemaster. HEX triplet: A8, 56 and 8D. RGB value is (168,86,141). Sum of RGB (Red+Green+Blue) = 168+86+141=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8568D is #57A972. Grayscale: #747474. Windows color (decimal): -5745011 or 9262760. OLE color: 9262760.

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

Color convert

RGB 168 86 141 -
CMYK 0 0.49 0.16 0.34
HSL 319.76º 0.32% 0.5% -
HSV(B) 319.76º 0.49% 0.66% -
XYZ 24.28 16.9 27.18 -
YUV 116.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 168 86 141 0 0.49 0.16 0.34 319.76 0.32 0.5
Hex A8 56 8D 0 31 10 22 140 20 32
Octal 250 126 215 0 61 20 42 500 40 62
Binary 10101000 1010110 10001101 0 110001 10000 100010 101000000 100000 110010

Color Harmonies of #A8568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8568D

Black with #A8568D

Text Example


Text Example

White with #A8568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8568D; }

 p { color: rgb(168,86,141); }

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

background-color css

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

 a { background-color: rgb(168,86,141); }

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

border-color css

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

 span { border-color: rgb(168,86,141); }

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