Html Css Color HEX #A55E89 Strikemaster

📋 copy color: '#A55E89'

red 165 ◦ green 94 ◦ blue 137

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

Shades of Strikemaster #A55E89

Tints of Strikemaster #A55E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

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

R = 41.67%
G = 23.74%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A55E89 (or 0xA55E89) is known color: Strikemaster. HEX triplet: A5, 5E and 89. RGB value is (165,94,137). Sum of RGB (Red+Green+Blue) = 165+94+137=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E89 is #5AA176. Grayscale: #787878. Windows color (decimal): -5939575 or 9002661. OLE color: 9002661.

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

Color convert

RGB 165 94 137 -
CMYK 0 0.43 0.17 0.35
HSL 323.66º 0.28% 0.51% -
HSV(B) 323.66º 0.43% 0.65% -
XYZ 24.04 17.81 25.84 -
YUV 120.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 165 94 137 0 0.43 0.17 0.35 323.66 0.28 0.51
Hex A5 5E 89 0 2B 11 23 144 1C 33
Octal 245 136 211 0 53 21 43 504 34 63
Binary 10100101 1011110 10001001 0 101011 10001 100011 101000100 11100 110011

Color Harmonies of #A55E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E89

Black with #A55E89

Text Example


Text Example

White with #A55E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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