Html Css Color HEX #A0577B Strikemaster

📋 copy color: '#A0577B'

red 160 ◦ green 87 ◦ blue 123

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

Shades of Strikemaster #A0577B

Tints of Strikemaster #A0577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

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

R = 43.24%
G = 23.51%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0577B (or 0xA0577B) is known color: Strikemaster. HEX triplet: A0, 57 and 7B. RGB value is (160,87,123). Sum of RGB (Red+Green+Blue) = 160+87+123=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0577B is #5FA884. Grayscale: #707070. Windows color (decimal): -6269061 or 8083360. OLE color: 8083360.

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

Color convert

RGB 160 87 123 -
CMYK 0 0.46 0.23 0.37
HSL 330.41º 0.3% 0.48% -
HSV(B) 330.41º 0.46% 0.63% -
XYZ 21.48 15.72 20.64 -
YUV 112.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 160 87 123 0 0.46 0.23 0.37 330.41 0.3 0.48
Hex A0 57 7B 0 2E 17 25 14A 1E 30
Octal 240 127 173 0 56 27 45 512 36 60
Binary 10100000 1010111 1111011 0 101110 10111 100101 101001010 11110 110000

Color Harmonies of #A0577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0577B

Black with #A0577B

Text Example


Text Example

White with #A0577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0577B; }

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

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

background-color css

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

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

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

border-color css

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

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

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