Html Css Color HEX #A8608D Strikemaster

📋 copy color: '#A8608D'

red 168 ◦ green 96 ◦ blue 141

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

Shades of Strikemaster #A8608D

Tints of Strikemaster #A8608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.7%

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

R = 41.48%
G = 23.7%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8608D (or 0xA8608D) is known color: Strikemaster. HEX triplet: A8, 60 and 8D. RGB value is (168,96,141). Sum of RGB (Red+Green+Blue) = 168+96+141=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8608D is #579F72. Grayscale: #7A7A7A. Windows color (decimal): -5742451 or 9265320. OLE color: 9265320.

HSL color Cylindrical-coordinate representation of color #A8608D: hue angle of 322.5º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8608D is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 96 141 -
CMYK 0 0.43 0.16 0.34
HSL 322.5º 0.29% 0.52% -
HSV(B) 322.5º 0.43% 0.66% -
XYZ 25.14 18.61 27.47 -
YUV 122.66 138.35 160.34 -
System Red Green Blue C M Y K H S L
Decimal 168 96 141 0 0.43 0.16 0.34 322.5 0.29 0.52
Hex A8 60 8D 0 2B 10 22 142 1D 34
Octal 250 140 215 0 53 20 42 502 35 64
Binary 10101000 1100000 10001101 0 101011 10000 100010 101000010 11101 110100

Color Harmonies of #A8608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8608D

Black with #A8608D

Text Example


Text Example

White with #A8608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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