Html Css Color HEX #A55687 Strikemaster

📋 copy color: '#A55687'

red 165 ◦ green 86 ◦ blue 135

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

Shades of Strikemaster #A55687

Tints of Strikemaster #A55687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.97%

R = 42.75%
G = 22.28%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A55687 (or 0xA55687) is known color: Strikemaster. HEX triplet: A5, 56 and 87. RGB value is (165,86,135). Sum of RGB (Red+Green+Blue) = 165+86+135=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A55687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55687 is #5AA978. Grayscale: #737373. Windows color (decimal): -5941625 or 8869541. OLE color: 8869541.

HSL color Cylindrical-coordinate representation of color #A55687: hue angle of 322.78º 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 #A55687 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 86 135 -
CMYK 0 0.48 0.18 0.35
HSL 322.78º 0.31% 0.49% -
HSV(B) 322.78º 0.48% 0.65% -
XYZ 23.22 16.4 24.86 -
YUV 115.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 165 86 135 0 0.48 0.18 0.35 322.78 0.31 0.49
Hex A5 56 87 0 30 12 23 143 1F 31
Octal 245 126 207 0 60 22 43 503 37 61
Binary 10100101 1010110 10000111 0 110000 10010 100011 101000011 11111 110001

Color Harmonies of #A55687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55687

Black with #A55687

Text Example


Text Example

White with #A55687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55687; }

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

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

background-color css

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

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

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

border-color css

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

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

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