Html Css Color HEX #A9588B Strikemaster

📋 copy color: '#A9588B'

red 169 ◦ green 88 ◦ blue 139

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

Shades of Strikemaster #A9588B

Tints of Strikemaster #A9588B

RGB

 RED value IS 169 (66.41% from 255) = 42.68%

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 42.68%
G = 22.22%
B = 35.1%

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

#A9588B (or 0xA9588B) is known color: Strikemaster. HEX triplet: A9, 58 and 8B. RGB value is (169,88,139). Sum of RGB (Red+Green+Blue) = 169+88+139=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9588B is #56A774. Grayscale: #757575. Windows color (decimal): -5678965 or 9132201. OLE color: 9132201.

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

Color convert

RGB 169 88 139 -
CMYK 0 0.48 0.18 0.34
HSL 322.22º 0.32% 0.5% -
HSV(B) 322.22º 0.48% 0.66% -
XYZ 24.51 17.28 26.47 -
YUV 118.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 169 88 139 0 0.48 0.18 0.34 322.22 0.32 0.5
Hex A9 58 8B 0 30 12 22 142 20 32
Octal 251 130 213 0 60 22 42 502 40 62
Binary 10101001 1011000 10001011 0 110000 10010 100010 101000010 100000 110010

Color Harmonies of #A9588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9588B

Black with #A9588B

Text Example


Text Example

White with #A9588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9588B; }

 p { color: rgb(169,88,139); }

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

background-color css

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

 a { background-color: rgb(169,88,139); }

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

border-color css

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

 span { border-color: rgb(169,88,139); }

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