Html Css Color HEX #A04B82 Strikemaster

📋 copy color: '#A04B82'

red 160 ◦ green 75 ◦ blue 130

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

Shades of Strikemaster #A04B82

Tints of Strikemaster #A04B82

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.55%

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 43.84%
G = 20.55%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A04B82 (or 0xA04B82) is known color: Strikemaster. HEX triplet: A0, 4B and 82. RGB value is (160,75,130). Sum of RGB (Red+Green+Blue) = 160+75+130=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04B82 is #5FB47D. Grayscale: #6A6A6A. Windows color (decimal): -6272126 or 8539040. OLE color: 8539040.

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

Color convert

RGB 160 75 130 -
CMYK 0 0.53 0.19 0.37
HSL 321.18º 0.36% 0.46% -
HSV(B) 321.18º 0.53% 0.63% -
XYZ 21.04 14.12 22.73 -
YUV 106.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 160 75 130 0 0.53 0.19 0.37 321.18 0.36 0.46
Hex A0 4B 82 0 35 13 25 141 24 2E
Octal 240 113 202 0 65 23 45 501 44 56
Binary 10100000 1001011 10000010 0 110101 10011 100101 101000001 100100 101110

Color Harmonies of #A04B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B82

Black with #A04B82

Text Example


Text Example

White with #A04B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B82; }

 p { color: rgb(160,75,130); }

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

background-color css

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

 a { background-color: rgb(160,75,130); }

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

border-color css

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

 span { border-color: rgb(160,75,130); }

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