Html Css Color HEX #A05C85 Strikemaster

📋 copy color: '#A05C85'

red 160 ◦ green 92 ◦ blue 133

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

Shades of Strikemaster #A05C85

Tints of Strikemaster #A05C85

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 41.56%
G = 23.9%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A05C85 (or 0xA05C85) is known color: Strikemaster. HEX triplet: A0, 5C and 85. RGB value is (160,92,133). Sum of RGB (Red+Green+Blue) = 160+92+133=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05C85 is #5FA37A. Grayscale: #747474. Windows color (decimal): -6267771 or 8740000. OLE color: 8740000.

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

Color convert

RGB 160 92 133 -
CMYK 0 0.43 0.17 0.37
HSL 323.82º 0.27% 0.49% -
HSV(B) 323.82º 0.43% 0.63% -
XYZ 22.56 16.82 24.25 -
YUV 117.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 160 92 133 0 0.43 0.17 0.37 323.82 0.27 0.49
Hex A0 5C 85 0 2B 11 25 144 1B 31
Octal 240 134 205 0 53 21 45 504 33 61
Binary 10100000 1011100 10000101 0 101011 10001 100101 101000100 11011 110001

Color Harmonies of #A05C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C85

Black with #A05C85

Text Example


Text Example

White with #A05C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C85; }

 p { color: rgb(160,92,133); }

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

background-color css

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

 a { background-color: rgb(160,92,133); }

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

border-color css

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

 span { border-color: rgb(160,92,133); }

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