Html Css Color HEX #A55D90 Strikemaster

📋 copy color: '#A55D90'

red 165 ◦ green 93 ◦ blue 144

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

Shades of Strikemaster #A55D90

Tints of Strikemaster #A55D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 41.04%
G = 23.13%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A55D90 (or 0xA55D90) is known color: Strikemaster. HEX triplet: A5, 5D and 90. RGB value is (165,93,144). Sum of RGB (Red+Green+Blue) = 165+93+144=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55D90 is #5AA26F. Grayscale: #787878. Windows color (decimal): -5939824 or 9461157. OLE color: 9461157.

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

Color convert

RGB 165 93 144 -
CMYK 0 0.44 0.13 0.35
HSL 317.5º 0.29% 0.51% -
HSV(B) 317.5º 0.44% 0.65% -
XYZ 24.47 17.84 28.54 -
YUV 120.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 165 93 144 0 0.44 0.13 0.35 317.5 0.29 0.51
Hex A5 5D 90 0 2C D 23 13E 1D 33
Octal 245 135 220 0 54 15 43 476 35 63
Binary 10100101 1011101 10010000 0 101100 1101 100011 100111110 11101 110011

Color Harmonies of #A55D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D90

Black with #A55D90

Text Example


Text Example

White with #A55D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D90; }

 p { color: rgb(165,93,144); }

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

background-color css

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

 a { background-color: rgb(165,93,144); }

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

border-color css

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

 span { border-color: rgb(165,93,144); }

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