Html Css Color HEX #A3647C Strikemaster

📋 copy color: '#A3647C'

red 163 ◦ green 100 ◦ blue 124

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

Shades of Strikemaster #A3647C

Tints of Strikemaster #A3647C

RGB

 RED value IS 163 (64.06% from 255) = 42.12%

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

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

R = 42.12%
G = 25.84%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3647C (or 0xA3647C) is known color: Strikemaster. HEX triplet: A3, 64 and 7C. RGB value is (163,100,124). Sum of RGB (Red+Green+Blue) = 163+100+124=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3647C is #5C9B83. Grayscale: #797979. Windows color (decimal): -6069124 or 8152227. OLE color: 8152227.

HSL color Cylindrical-coordinate representation of color #A3647C: hue angle of 337.14º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3647C is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 100 124 -
CMYK 0 0.39 0.24 0.36
HSL 337.14º 0.26% 0.52% -
HSV(B) 337.14º 0.39% 0.64% -
XYZ 23.3 18.36 21.38 -
YUV 121.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 163 100 124 0 0.39 0.24 0.36 337.14 0.26 0.52
Hex A3 64 7C 0 27 18 24 151 1A 34
Octal 243 144 174 0 47 30 44 521 32 64
Binary 10100011 1100100 1111100 0 100111 11000 100100 101010001 11010 110100

Color Harmonies of #A3647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3647C

Black with #A3647C

Text Example


Text Example

White with #A3647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3647C; }

 p { color: rgb(163,100,124); }

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

background-color css

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

 a { background-color: rgb(163,100,124); }

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

border-color css

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

 span { border-color: rgb(163,100,124); }

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