Html Css Color HEX #A0637C Strikemaster

📋 copy color: '#A0637C'

red 160 ◦ green 99 ◦ blue 124

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

Shades of Strikemaster #A0637C

Tints of Strikemaster #A0637C

RGB

 RED value IS 160 (62.89% from 255) = 41.78%

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 41.78%
G = 25.85%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0637C (or 0xA0637C) is known color: Strikemaster. HEX triplet: A0, 63 and 7C. RGB value is (160,99,124). Sum of RGB (Red+Green+Blue) = 160+99+124=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0637C is #5F9C83. Grayscale: #787878. Windows color (decimal): -6265988 or 8151968. OLE color: 8151968.

HSL color Cylindrical-coordinate representation of color #A0637C: hue angle of 335.41º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0637C is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 99 124 -
CMYK 0 0.38 0.22 0.37
HSL 335.41º 0.24% 0.51% -
HSV(B) 335.41º 0.38% 0.63% -
XYZ 22.6 17.85 21.32 -
YUV 120.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 160 99 124 0 0.38 0.22 0.37 335.41 0.24 0.51
Hex A0 63 7C 0 26 16 25 14F 18 33
Octal 240 143 174 0 46 26 45 517 30 63
Binary 10100000 1100011 1111100 0 100110 10110 100101 101001111 11000 110011

Color Harmonies of #A0637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0637C

Black with #A0637C

Text Example


Text Example

White with #A0637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0637C; }

 p { color: rgb(160,99,124); }

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

background-color css

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

 a { background-color: rgb(160,99,124); }

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

border-color css

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

 span { border-color: rgb(160,99,124); }

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