Html Css Color HEX #A04C89 Strikemaster

📋 copy color: '#A04C89'

red 160 ◦ green 76 ◦ blue 137

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

Shades of Strikemaster #A04C89

Tints of Strikemaster #A04C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 42.9%
G = 20.38%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A04C89 (or 0xA04C89) is known color: Strikemaster. HEX triplet: A0, 4C and 89. RGB value is (160,76,137). Sum of RGB (Red+Green+Blue) = 160+76+137=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C89 is #5FB376. Grayscale: #6B6B6B. Windows color (decimal): -6271863 or 8998048. OLE color: 8998048.

HSL color Cylindrical-coordinate representation of color #A04C89: hue angle of 316.43º 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 #A04C89 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 76 137 -
CMYK 0 0.52 0.14 0.37
HSL 316.43º 0.36% 0.46% -
HSV(B) 316.43º 0.53% 0.63% -
XYZ 21.6 14.45 25.32 -
YUV 108.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 160 76 137 0 0.52 0.14 0.37 316.43 0.36 0.46
Hex A0 4C 89 0 34 E 25 13C 24 2E
Octal 240 114 211 0 64 16 45 474 44 56
Binary 10100000 1001100 10001001 0 110100 1110 100101 100111100 100100 101110

Color Harmonies of #A04C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C89

Black with #A04C89

Text Example


Text Example

White with #A04C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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