Html Css Color HEX #A05F84 Strikemaster

📋 copy color: '#A05F84'

red 160 ◦ green 95 ◦ blue 132

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

Shades of Strikemaster #A05F84

Tints of Strikemaster #A05F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 41.34%
G = 24.55%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A05F84 (or 0xA05F84) is known color: Strikemaster. HEX triplet: A0, 5F and 84. RGB value is (160,95,132). Sum of RGB (Red+Green+Blue) = 160+95+132=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F84 is #5FA07B. Grayscale: #767676. Windows color (decimal): -6267004 or 8675232. OLE color: 8675232.

HSL color Cylindrical-coordinate representation of color #A05F84: hue angle of 325.85º degrees, saturation: 0.25, 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 #A05F84 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 95 132 -
CMYK 0 0.41 0.17 0.37
HSL 325.85º 0.25% 0.5% -
HSV(B) 325.85º 0.41% 0.63% -
XYZ 22.75 17.32 23.97 -
YUV 118.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 160 95 132 0 0.41 0.17 0.37 325.85 0.25 0.5
Hex A0 5F 84 0 29 11 25 146 19 32
Octal 240 137 204 0 51 21 45 506 31 62
Binary 10100000 1011111 10000100 0 101001 10001 100101 101000110 11001 110010

Color Harmonies of #A05F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05F84

Black with #A05F84

Text Example


Text Example

White with #A05F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05F84; }

 p { color: rgb(160,95,132); }

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

background-color css

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

 a { background-color: rgb(160,95,132); }

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

border-color css

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

 span { border-color: rgb(160,95,132); }

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