Html Css Color HEX #A55D7F Strikemaster

📋 copy color: '#A55D7F'

red 165 ◦ green 93 ◦ blue 127

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

Shades of Strikemaster #A55D7F

Tints of Strikemaster #A55D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 42.86%
G = 24.16%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A55D7F (or 0xA55D7F) is known color: Strikemaster. HEX triplet: A5, 5D and 7F. RGB value is (165,93,127). Sum of RGB (Red+Green+Blue) = 165+93+127=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D7F is #5AA280. Grayscale: #767676. Windows color (decimal): -5939841 or 8347045. OLE color: 8347045.

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

Color convert

RGB 165 93 127 -
CMYK 0 0.44 0.23 0.35
HSL 331.67º 0.29% 0.51% -
HSV(B) 331.67º 0.44% 0.65% -
XYZ 23.26 17.36 22.2 -
YUV 118.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 165 93 127 0 0.44 0.23 0.35 331.67 0.29 0.51
Hex A5 5D 7F 0 2C 17 23 14C 1D 33
Octal 245 135 177 0 54 27 43 514 35 63
Binary 10100101 1011101 1111111 0 101100 10111 100011 101001100 11101 110011

Color Harmonies of #A55D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D7F

Black with #A55D7F

Text Example


Text Example

White with #A55D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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