Html Css Color HEX #A55F86 Strikemaster

📋 copy color: '#A55F86'

red 165 ◦ green 95 ◦ blue 134

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

Shades of Strikemaster #A55F86

Tints of Strikemaster #A55F86

RGB

 RED value IS 165 (64.84% from 255) = 41.88%

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

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 41.88%
G = 24.11%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A55F86 (or 0xA55F86) is known color: Strikemaster. HEX triplet: A5, 5F and 86. RGB value is (165,95,134). Sum of RGB (Red+Green+Blue) = 165+95+134=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55F86 is #5AA079. Grayscale: #787878. Windows color (decimal): -5939322 or 8806309. OLE color: 8806309.

HSL color Cylindrical-coordinate representation of color #A55F86: hue angle of 326.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A55F86 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 95 134 -
CMYK 0 0.42 0.19 0.35
HSL 326.57º 0.28% 0.51% -
HSV(B) 326.57º 0.42% 0.65% -
XYZ 23.91 17.9 24.75 -
YUV 120.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 165 95 134 0 0.42 0.19 0.35 326.57 0.28 0.51
Hex A5 5F 86 0 2A 13 23 147 1C 33
Octal 245 137 206 0 52 23 43 507 34 63
Binary 10100101 1011111 10000110 0 101010 10011 100011 101000111 11100 110011

Color Harmonies of #A55F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F86

Black with #A55F86

Text Example


Text Example

White with #A55F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F86; }

 p { color: rgb(165,95,134); }

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

background-color css

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

 a { background-color: rgb(165,95,134); }

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

border-color css

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

 span { border-color: rgb(165,95,134); }

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