Html Css Color HEX #A05B7E Strikemaster

📋 copy color: '#A05B7E'

red 160 ◦ green 91 ◦ blue 126

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

Shades of Strikemaster #A05B7E

Tints of Strikemaster #A05B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 42.44%
G = 24.14%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A05B7E (or 0xA05B7E) is known color: Strikemaster. HEX triplet: A0, 5B and 7E. RGB value is (160,91,126). Sum of RGB (Red+Green+Blue) = 160+91+126=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B7E is #5FA481. Grayscale: #737373. Windows color (decimal): -6268034 or 8280992. OLE color: 8280992.

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

Color convert

RGB 160 91 126 -
CMYK 0 0.43 0.21 0.37
HSL 329.57º 0.27% 0.49% -
HSV(B) 329.57º 0.43% 0.63% -
XYZ 22 16.46 21.76 -
YUV 115.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 160 91 126 0 0.43 0.21 0.37 329.57 0.27 0.49
Hex A0 5B 7E 0 2B 15 25 14A 1B 31
Octal 240 133 176 0 53 25 45 512 33 61
Binary 10100000 1011011 1111110 0 101011 10101 100101 101001010 11011 110001

Color Harmonies of #A05B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05B7E

Black with #A05B7E

Text Example


Text Example

White with #A05B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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