Html Css Color HEX #A04E81 Strikemaster

📋 copy color: '#A04E81'

red 160 ◦ green 78 ◦ blue 129

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

Shades of Strikemaster #A04E81

Tints of Strikemaster #A04E81

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.25%

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

R = 43.6%
G = 21.25%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A04E81 (or 0xA04E81) is known color: Strikemaster. HEX triplet: A0, 4E and 81. RGB value is (160,78,129). Sum of RGB (Red+Green+Blue) = 160+78+129=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E81 is #5FB17E. Grayscale: #6C6C6C. Windows color (decimal): -6271359 or 8474272. OLE color: 8474272.

HSL color Cylindrical-coordinate representation of color #A04E81: hue angle of 322.68º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04E81 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 78 129 -
CMYK 0 0.51 0.19 0.37
HSL 322.68º 0.34% 0.47% -
HSV(B) 322.68º 0.51% 0.63% -
XYZ 21.18 14.51 22.45 -
YUV 108.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 160 78 129 0 0.51 0.19 0.37 322.68 0.34 0.47
Hex A0 4E 81 0 33 13 25 143 22 2F
Octal 240 116 201 0 63 23 45 503 42 57
Binary 10100000 1001110 10000001 0 110011 10011 100101 101000011 100010 101111

Color Harmonies of #A04E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E81

Black with #A04E81

Text Example


Text Example

White with #A04E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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