Html Css Color HEX #A55686 Strikemaster

📋 copy color: '#A55686'

red 165 ◦ green 86 ◦ blue 134

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

Shades of Strikemaster #A55686

Tints of Strikemaster #A55686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

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

R = 42.86%
G = 22.34%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A55686 (or 0xA55686) is known color: Strikemaster. HEX triplet: A5, 56 and 86. RGB value is (165,86,134). Sum of RGB (Red+Green+Blue) = 165+86+134=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A55686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55686 is #5AA979. Grayscale: #727272. Windows color (decimal): -5941626 or 8804005. OLE color: 8804005.

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

Color convert

RGB 165 86 134 -
CMYK 0 0.48 0.19 0.35
HSL 323.54º 0.31% 0.49% -
HSV(B) 323.54º 0.48% 0.65% -
XYZ 23.15 16.38 24.5 -
YUV 115.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 165 86 134 0 0.48 0.19 0.35 323.54 0.31 0.49
Hex A5 56 86 0 30 13 23 144 1F 31
Octal 245 126 206 0 60 23 43 504 37 61
Binary 10100101 1010110 10000110 0 110000 10011 100011 101000100 11111 110001

Color Harmonies of #A55686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55686

Black with #A55686

Text Example


Text Example

White with #A55686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55686; }

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

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

background-color css

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

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

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

border-color css

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

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

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