Html Css Color HEX #A8588D Strikemaster

📋 copy color: '#A8588D'

red 168 ◦ green 88 ◦ blue 141

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

Shades of Strikemaster #A8588D

Tints of Strikemaster #A8588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

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

R = 42.32%
G = 22.17%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8588D (or 0xA8588D) is known color: Strikemaster. HEX triplet: A8, 58 and 8D. RGB value is (168,88,141). Sum of RGB (Red+Green+Blue) = 168+88+141=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8588D is #57A772. Grayscale: #757575. Windows color (decimal): -5744499 or 9263272. OLE color: 9263272.

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

Color convert

RGB 168 88 141 -
CMYK 0 0.48 0.16 0.34
HSL 320.25º 0.31% 0.5% -
HSV(B) 320.25º 0.48% 0.66% -
XYZ 24.45 17.23 27.24 -
YUV 117.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 168 88 141 0 0.48 0.16 0.34 320.25 0.31 0.5
Hex A8 58 8D 0 30 10 22 140 1F 32
Octal 250 130 215 0 60 20 42 500 37 62
Binary 10101000 1011000 10001101 0 110000 10000 100010 101000000 11111 110010

Color Harmonies of #A8588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8588D

Black with #A8588D

Text Example


Text Example

White with #A8588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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