Html Css Color HEX #A55E7F Strikemaster

📋 copy color: '#A55E7F'

red 165 ◦ green 94 ◦ blue 127

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

Shades of Strikemaster #A55E7F

Tints of Strikemaster #A55E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

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

R = 42.75%
G = 24.35%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A55E7F (or 0xA55E7F) is known color: Strikemaster. HEX triplet: A5, 5E and 7F. RGB value is (165,94,127). Sum of RGB (Red+Green+Blue) = 165+94+127=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E7F is #5AA180. Grayscale: #767676. Windows color (decimal): -5939585 or 8347301. OLE color: 8347301.

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

Color convert

RGB 165 94 127 -
CMYK 0 0.43 0.23 0.35
HSL 332.11º 0.28% 0.51% -
HSV(B) 332.11º 0.43% 0.65% -
XYZ 23.35 17.54 22.23 -
YUV 118.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 165 94 127 0 0.43 0.23 0.35 332.11 0.28 0.51
Hex A5 5E 7F 0 2B 17 23 14C 1C 33
Octal 245 136 177 0 53 27 43 514 34 63
Binary 10100101 1011110 1111111 0 101011 10111 100011 101001100 11100 110011

Color Harmonies of #A55E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E7F

Black with #A55E7F

Text Example


Text Example

White with #A55E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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