Html Css Color HEX #A05B80 Strikemaster

📋 copy color: '#A05B80'

red 160 ◦ green 91 ◦ blue 128

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

Shades of Strikemaster #A05B80

Tints of Strikemaster #A05B80

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.01%

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

R = 42.22%
G = 24.01%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A05B80 (or 0xA05B80) is known color: Strikemaster. HEX triplet: A0, 5B and 80. RGB value is (160,91,128). Sum of RGB (Red+Green+Blue) = 160+91+128=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05B80 is #5FA47F. Grayscale: #737373. Windows color (decimal): -6268032 or 8412064. OLE color: 8412064.

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

Color convert

RGB 160 91 128 -
CMYK 0 0.43 0.20 0.37
HSL 327.83º 0.27% 0.49% -
HSV(B) 327.83º 0.43% 0.63% -
XYZ 22.13 16.51 22.44 -
YUV 115.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 160 91 128 0 0.43 0.20 0.37 327.83 0.27 0.49
Hex A0 5B 80 0 2B 14 25 148 1B 31
Octal 240 133 200 0 53 24 45 510 33 61
Binary 10100000 1011011 10000000 0 101011 10100 100101 101001000 11011 110001

Color Harmonies of #A05B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05B80

Black with #A05B80

Text Example


Text Example

White with #A05B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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