Html Css Color HEX #A05E7D Strikemaster

📋 copy color: '#A05E7D'

red 160 ◦ green 94 ◦ blue 125

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

Shades of Strikemaster #A05E7D

Tints of Strikemaster #A05E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 42.22%
G = 24.8%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A05E7D (or 0xA05E7D) is known color: Strikemaster. HEX triplet: A0, 5E and 7D. RGB value is (160,94,125). Sum of RGB (Red+Green+Blue) = 160+94+125=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E7D is #5FA182. Grayscale: #757575. Windows color (decimal): -6267267 or 8216224. OLE color: 8216224.

HSL color Cylindrical-coordinate representation of color #A05E7D: hue angle of 331.82º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05E7D is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 94 125 -
CMYK 0 0.41 0.22 0.37
HSL 331.82º 0.26% 0.5% -
HSV(B) 331.82º 0.41% 0.63% -
XYZ 22.2 16.96 21.51 -
YUV 117.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 160 94 125 0 0.41 0.22 0.37 331.82 0.26 0.5
Hex A0 5E 7D 0 29 16 25 14C 1A 32
Octal 240 136 175 0 51 26 45 514 32 62
Binary 10100000 1011110 1111101 0 101001 10110 100101 101001100 11010 110010

Color Harmonies of #A05E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05E7D

Black with #A05E7D

Text Example


Text Example

White with #A05E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05E7D; }

 p { color: rgb(160,94,125); }

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

background-color css

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

 a { background-color: rgb(160,94,125); }

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

border-color css

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

 span { border-color: rgb(160,94,125); }

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