Html Css Color HEX #A55486 Strikemaster

📋 copy color: '#A55486'

red 165 ◦ green 84 ◦ blue 134

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

Shades of Strikemaster #A55486

Tints of Strikemaster #A55486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 43.08%
G = 21.93%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A55486 (or 0xA55486) is known color: Strikemaster. HEX triplet: A5, 54 and 86. RGB value is (165,84,134). Sum of RGB (Red+Green+Blue) = 165+84+134=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A55486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55486 is #5AAB79. Grayscale: #717171. Windows color (decimal): -5942138 or 8803493. OLE color: 8803493.

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

Color convert

RGB 165 84 134 -
CMYK 0 0.49 0.19 0.35
HSL 322.96º 0.33% 0.49% -
HSV(B) 322.96º 0.49% 0.65% -
XYZ 22.99 16.06 24.44 -
YUV 113.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 165 84 134 0 0.49 0.19 0.35 322.96 0.33 0.49
Hex A5 54 86 0 31 13 23 143 21 31
Octal 245 124 206 0 61 23 43 503 41 61
Binary 10100101 1010100 10000110 0 110001 10011 100011 101000011 100001 110001

Color Harmonies of #A55486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55486

Black with #A55486

Text Example


Text Example

White with #A55486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55486; }

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

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

background-color css

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

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

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

border-color css

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

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

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