Html Css Color HEX #A5647F Strikemaster

📋 copy color: '#A5647F'

red 165 ◦ green 100 ◦ blue 127

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

Shades of Strikemaster #A5647F

Tints of Strikemaster #A5647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.51%

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

R = 42.09%
G = 25.51%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5647F (or 0xA5647F) is known color: Strikemaster. HEX triplet: A5, 64 and 7F. RGB value is (165,100,127). Sum of RGB (Red+Green+Blue) = 165+100+127=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5647F is #5A9B80. Grayscale: #7A7A7A. Windows color (decimal): -5938049 or 8348837. OLE color: 8348837.

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

Color convert

RGB 165 100 127 -
CMYK 0 0.39 0.23 0.35
HSL 335.08º 0.27% 0.52% -
HSV(B) 335.08º 0.39% 0.65% -
XYZ 23.9 18.65 22.42 -
YUV 122.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 165 100 127 0 0.39 0.23 0.35 335.08 0.27 0.52
Hex A5 64 7F 0 27 17 23 14F 1B 34
Octal 245 144 177 0 47 27 43 517 33 64
Binary 10100101 1100100 1111111 0 100111 10111 100011 101001111 11011 110100

Color Harmonies of #A5647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5647F

Black with #A5647F

Text Example


Text Example

White with #A5647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5647F; }

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

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

background-color css

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

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

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

border-color css

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

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

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