Html Css Color HEX #A5637E Strikemaster

📋 copy color: '#A5637E'

red 165 ◦ green 99 ◦ blue 126

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

Shades of Strikemaster #A5637E

Tints of Strikemaster #A5637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 42.31%
G = 25.38%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5637E (or 0xA5637E) is known color: Strikemaster. HEX triplet: A5, 63 and 7E. RGB value is (165,99,126). Sum of RGB (Red+Green+Blue) = 165+99+126=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5637E is #5A9C81. Grayscale: #797979. Windows color (decimal): -5938306 or 8283045. OLE color: 8283045.

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

Color convert

RGB 165 99 126 -
CMYK 0 0.40 0.24 0.35
HSL 335.45º 0.27% 0.52% -
HSV(B) 335.45º 0.4% 0.65% -
XYZ 23.74 18.43 22.04 -
YUV 121.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 165 99 126 0 0.40 0.24 0.35 335.45 0.27 0.52
Hex A5 63 7E 0 28 18 23 14F 1B 34
Octal 245 143 176 0 50 30 43 517 33 64
Binary 10100101 1100011 1111110 0 101000 11000 100011 101001111 11011 110100

Color Harmonies of #A5637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5637E

Black with #A5637E

Text Example


Text Example

White with #A5637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5637E; }

 p { color: rgb(165,99,126); }

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

background-color css

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

 a { background-color: rgb(165,99,126); }

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

border-color css

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

 span { border-color: rgb(165,99,126); }

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