Html Css Color HEX #A04C87 Strikemaster

📋 copy color: '#A04C87'

red 160 ◦ green 76 ◦ blue 135

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

Shades of Strikemaster #A04C87

Tints of Strikemaster #A04C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

 BLUE value IS 135 (53.13% from 255) = 36.39%

R = 43.13%
G = 20.49%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A04C87 (or 0xA04C87) is known color: Strikemaster. HEX triplet: A0, 4C and 87. RGB value is (160,76,135). Sum of RGB (Red+Green+Blue) = 160+76+135=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C87 is #5FB378. Grayscale: #6B6B6B. Windows color (decimal): -6271865 or 8866976. OLE color: 8866976.

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

Color convert

RGB 160 76 135 -
CMYK 0 0.52 0.16 0.37
HSL 317.86º 0.36% 0.46% -
HSV(B) 317.86º 0.53% 0.63% -
XYZ 21.45 14.39 24.57 -
YUV 107.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 160 76 135 0 0.52 0.16 0.37 317.86 0.36 0.46
Hex A0 4C 87 0 34 10 25 13E 24 2E
Octal 240 114 207 0 64 20 45 476 44 56
Binary 10100000 1001100 10000111 0 110100 10000 100101 100111110 100100 101110

Color Harmonies of #A04C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C87

Black with #A04C87

Text Example


Text Example

White with #A04C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C87; }

 p { color: rgb(160,76,135); }

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

background-color css

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

 a { background-color: rgb(160,76,135); }

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

border-color css

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

 span { border-color: rgb(160,76,135); }

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