Html Css Color HEX #A05280 Strikemaster

📋 copy color: '#A05280'

red 160 ◦ green 82 ◦ blue 128

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

Shades of Strikemaster #A05280

Tints of Strikemaster #A05280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.16%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 43.24%
G = 22.16%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A05280 (or 0xA05280) is known color: Strikemaster. HEX triplet: A0, 52 and 80. RGB value is (160,82,128). Sum of RGB (Red+Green+Blue) = 160+82+128=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A05280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05280 is #5FAD7F. Grayscale: #6E6E6E. Windows color (decimal): -6270336 or 8409760. OLE color: 8409760.

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

Color convert

RGB 160 82 128 -
CMYK 0 0.49 0.20 0.37
HSL 324.62º 0.32% 0.47% -
HSV(B) 324.62º 0.49% 0.63% -
XYZ 21.41 15.07 22.2 -
YUV 110.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 160 82 128 0 0.49 0.20 0.37 324.62 0.32 0.47
Hex A0 52 80 0 31 14 25 145 20 2F
Octal 240 122 200 0 61 24 45 505 40 57
Binary 10100000 1010010 10000000 0 110001 10100 100101 101000101 100000 101111

Color Harmonies of #A05280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05280

Black with #A05280

Text Example


Text Example

White with #A05280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05280; }

 p { color: rgb(160,82,128); }

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

background-color css

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

 a { background-color: rgb(160,82,128); }

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

border-color css

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

 span { border-color: rgb(160,82,128); }

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