Html Css Color HEX #A55689 Strikemaster

📋 copy color: '#A55689'

red 165 ◦ green 86 ◦ blue 137

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

Shades of Strikemaster #A55689

Tints of Strikemaster #A55689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.31%

R = 42.53%
G = 22.16%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A55689 (or 0xA55689) is known color: Strikemaster. HEX triplet: A5, 56 and 89. RGB value is (165,86,137). Sum of RGB (Red+Green+Blue) = 165+86+137=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A55689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55689 is #5AA976. Grayscale: #737373. Windows color (decimal): -5941623 or 9000613. OLE color: 9000613.

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

Color convert

RGB 165 86 137 -
CMYK 0 0.48 0.17 0.35
HSL 321.27º 0.31% 0.49% -
HSV(B) 321.27º 0.48% 0.65% -
XYZ 23.36 16.46 25.61 -
YUV 115.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 165 86 137 0 0.48 0.17 0.35 321.27 0.31 0.49
Hex A5 56 89 0 30 11 23 141 1F 31
Octal 245 126 211 0 60 21 43 501 37 61
Binary 10100101 1010110 10001001 0 110000 10001 100011 101000001 11111 110001

Color Harmonies of #A55689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55689

Black with #A55689

Text Example


Text Example

White with #A55689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55689; }

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

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

background-color css

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

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

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

border-color css

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

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

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