Html Css Color HEX #A04C81 Strikemaster

📋 copy color: '#A04C81'

red 160 ◦ green 76 ◦ blue 129

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

Shades of Strikemaster #A04C81

Tints of Strikemaster #A04C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 43.84%
G = 20.82%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A04C81 (or 0xA04C81) is known color: Strikemaster. HEX triplet: A0, 4C and 81. RGB value is (160,76,129). Sum of RGB (Red+Green+Blue) = 160+76+129=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C81 is #5FB37E. Grayscale: #6B6B6B. Windows color (decimal): -6271871 or 8473760. OLE color: 8473760.

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

Color convert

RGB 160 76 129 -
CMYK 0 0.52 0.19 0.37
HSL 322.14º 0.36% 0.46% -
HSV(B) 322.14º 0.53% 0.63% -
XYZ 21.04 14.23 22.41 -
YUV 107.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 160 76 129 0 0.52 0.19 0.37 322.14 0.36 0.46
Hex A0 4C 81 0 34 13 25 142 24 2E
Octal 240 114 201 0 64 23 45 502 44 56
Binary 10100000 1001100 10000001 0 110100 10011 100101 101000010 100100 101110

Color Harmonies of #A04C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C81

Black with #A04C81

Text Example


Text Example

White with #A04C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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