Html Css Color HEX #A04C83 Strikemaster

📋 copy color: '#A04C83'

red 160 ◦ green 76 ◦ blue 131

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

Shades of Strikemaster #A04C83

Tints of Strikemaster #A04C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 43.6%
G = 20.71%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A04C83 (or 0xA04C83) is known color: Strikemaster. HEX triplet: A0, 4C and 83. RGB value is (160,76,131). Sum of RGB (Red+Green+Blue) = 160+76+131=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C83 is #5FB37C. Grayscale: #6B6B6B. Windows color (decimal): -6271869 or 8604832. OLE color: 8604832.

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

Color convert

RGB 160 76 131 -
CMYK 0 0.52 0.18 0.37
HSL 320.71º 0.36% 0.46% -
HSV(B) 320.71º 0.53% 0.63% -
XYZ 21.18 14.28 23.11 -
YUV 107.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 160 76 131 0 0.52 0.18 0.37 320.71 0.36 0.46
Hex A0 4C 83 0 34 12 25 141 24 2E
Octal 240 114 203 0 64 22 45 501 44 56
Binary 10100000 1001100 10000011 0 110100 10010 100101 101000001 100100 101110

Color Harmonies of #A04C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C83

Black with #A04C83

Text Example


Text Example

White with #A04C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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