Html Css Color HEX #A55488 Strikemaster

📋 copy color: '#A55488'

red 165 ◦ green 84 ◦ blue 136

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

Shades of Strikemaster #A55488

Tints of Strikemaster #A55488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 42.86%
G = 21.82%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A55488 (or 0xA55488) is known color: Strikemaster. HEX triplet: A5, 54 and 88. RGB value is (165,84,136). Sum of RGB (Red+Green+Blue) = 165+84+136=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A55488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55488 is #5AAB77. Grayscale: #727272. Windows color (decimal): -5942136 or 8934565. OLE color: 8934565.

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

Color convert

RGB 165 84 136 -
CMYK 0 0.49 0.18 0.35
HSL 321.48º 0.33% 0.49% -
HSV(B) 321.48º 0.49% 0.65% -
XYZ 23.13 16.12 25.18 -
YUV 114.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 165 84 136 0 0.49 0.18 0.35 321.48 0.33 0.49
Hex A5 54 88 0 31 12 23 141 21 31
Octal 245 124 210 0 61 22 43 501 41 61
Binary 10100101 1010100 10001000 0 110001 10010 100011 101000001 100001 110001

Color Harmonies of #A55488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55488

Black with #A55488

Text Example


Text Example

White with #A55488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55488; }

 p { color: rgb(165,84,136); }

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

background-color css

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

 a { background-color: rgb(165,84,136); }

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

border-color css

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

 span { border-color: rgb(165,84,136); }

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