Html Css Color HEX #A8588A Strikemaster

📋 copy color: '#A8588A'

red 168 ◦ green 88 ◦ blue 138

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

Shades of Strikemaster #A8588A

Tints of Strikemaster #A8588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 42.64%
G = 22.34%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8588A (or 0xA8588A) is known color: Strikemaster. HEX triplet: A8, 58 and 8A. RGB value is (168,88,138). Sum of RGB (Red+Green+Blue) = 168+88+138=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8588A is #57A775. Grayscale: #757575. Windows color (decimal): -5744502 or 9066664. OLE color: 9066664.

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

Color convert

RGB 168 88 138 -
CMYK 0 0.48 0.18 0.34
HSL 322.5º 0.31% 0.5% -
HSV(B) 322.5º 0.48% 0.66% -
XYZ 24.23 17.14 26.08 -
YUV 117.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 168 88 138 0 0.48 0.18 0.34 322.5 0.31 0.5
Hex A8 58 8A 0 30 12 22 142 1F 32
Octal 250 130 212 0 60 22 42 502 37 62
Binary 10101000 1011000 10001010 0 110000 10010 100010 101000010 11111 110010

Color Harmonies of #A8588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8588A

Black with #A8588A

Text Example


Text Example

White with #A8588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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