Html Css Color HEX #A0587B Strikemaster

📋 copy color: '#A0587B'

red 160 ◦ green 88 ◦ blue 123

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

Shades of Strikemaster #A0587B

Tints of Strikemaster #A0587B

RGB

 RED value IS 160 (62.89% from 255) = 43.13%

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 43.13%
G = 23.72%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0587B (or 0xA0587B) is known color: Strikemaster. HEX triplet: A0, 58 and 7B. RGB value is (160,88,123). Sum of RGB (Red+Green+Blue) = 160+88+123=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0587B is #5FA784. Grayscale: #717171. Windows color (decimal): -6268805 or 8083616. OLE color: 8083616.

HSL color Cylindrical-coordinate representation of color #A0587B: hue angle of 330.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0587B is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 88 123 -
CMYK 0 0.45 0.23 0.37
HSL 330.83º 0.29% 0.49% -
HSV(B) 330.83º 0.45% 0.63% -
XYZ 21.56 15.88 20.67 -
YUV 113.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 160 88 123 0 0.45 0.23 0.37 330.83 0.29 0.49
Hex A0 58 7B 0 2D 17 25 14B 1D 31
Octal 240 130 173 0 55 27 45 513 35 61
Binary 10100000 1011000 1111011 0 101101 10111 100101 101001011 11101 110001

Color Harmonies of #A0587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0587B

Black with #A0587B

Text Example


Text Example

White with #A0587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0587B; }

 p { color: rgb(160,88,123); }

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

background-color css

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

 a { background-color: rgb(160,88,123); }

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

border-color css

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

 span { border-color: rgb(160,88,123); }

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