Html Css Color HEX #A55C7F Strikemaster

📋 copy color: '#A55C7F'

red 165 ◦ green 92 ◦ blue 127

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

Shades of Strikemaster #A55C7F

Tints of Strikemaster #A55C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

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

R = 42.97%
G = 23.96%
B = 33.07%

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

#A55C7F (or 0xA55C7F) is known color: Strikemaster. HEX triplet: A5, 5C and 7F. RGB value is (165,92,127). Sum of RGB (Red+Green+Blue) = 165+92+127=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C7F is #5AA380. Grayscale: #757575. Windows color (decimal): -5940097 or 8346789. OLE color: 8346789.

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

Color convert

RGB 165 92 127 -
CMYK 0 0.44 0.23 0.35
HSL 331.23º 0.29% 0.5% -
HSV(B) 331.23º 0.44% 0.65% -
XYZ 23.17 17.19 22.17 -
YUV 117.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 165 92 127 0 0.44 0.23 0.35 331.23 0.29 0.5
Hex A5 5C 7F 0 2C 17 23 14B 1D 32
Octal 245 134 177 0 54 27 43 513 35 62
Binary 10100101 1011100 1111111 0 101100 10111 100011 101001011 11101 110010

Color Harmonies of #A55C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C7F

Black with #A55C7F

Text Example


Text Example

White with #A55C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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