Html Css Color HEX #A55D82 Strikemaster

📋 copy color: '#A55D82'

red 165 ◦ green 93 ◦ blue 130

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

Shades of Strikemaster #A55D82

Tints of Strikemaster #A55D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 42.53%
G = 23.97%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A55D82 (or 0xA55D82) is known color: Strikemaster. HEX triplet: A5, 5D and 82. RGB value is (165,93,130). Sum of RGB (Red+Green+Blue) = 165+93+130=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55D82 is #5AA27D. Grayscale: #767676. Windows color (decimal): -5939838 or 8543653. OLE color: 8543653.

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

Color convert

RGB 165 93 130 -
CMYK 0 0.44 0.21 0.35
HSL 329.17º 0.29% 0.51% -
HSV(B) 329.17º 0.44% 0.65% -
XYZ 23.46 17.44 23.25 -
YUV 118.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 165 93 130 0 0.44 0.21 0.35 329.17 0.29 0.51
Hex A5 5D 82 0 2C 15 23 149 1D 33
Octal 245 135 202 0 54 25 43 511 35 63
Binary 10100101 1011101 10000010 0 101100 10101 100011 101001001 11101 110011

Color Harmonies of #A55D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D82

Black with #A55D82

Text Example


Text Example

White with #A55D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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