Html Css Color HEX #A04A83 Strikemaster

📋 copy color: '#A04A83'

red 160 ◦ green 74 ◦ blue 131

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

Shades of Strikemaster #A04A83

Tints of Strikemaster #A04A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.27%

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

R = 43.84%
G = 20.27%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A04A83 (or 0xA04A83) is known color: Strikemaster. HEX triplet: A0, 4A and 83. RGB value is (160,74,131). Sum of RGB (Red+Green+Blue) = 160+74+131=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04A83 is #5FB57C. Grayscale: #6A6A6A. Windows color (decimal): -6272381 or 8604320. OLE color: 8604320.

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

Color convert

RGB 160 74 131 -
CMYK 0 0.54 0.18 0.37
HSL 320.23º 0.37% 0.46% -
HSV(B) 320.23º 0.54% 0.63% -
XYZ 21.04 14.01 23.07 -
YUV 106.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 160 74 131 0 0.54 0.18 0.37 320.23 0.37 0.46
Hex A0 4A 83 0 36 12 25 140 25 2E
Octal 240 112 203 0 66 22 45 500 45 56
Binary 10100000 1001010 10000011 0 110110 10010 100101 101000000 100101 101110

Color Harmonies of #A04A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A83

Black with #A04A83

Text Example


Text Example

White with #A04A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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