Html Css Color HEX #A3637B Strikemaster

📋 copy color: '#A3637B'

red 163 ◦ green 99 ◦ blue 123

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

Shades of Strikemaster #A3637B

Tints of Strikemaster #A3637B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 42.34%
G = 25.71%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3637B (or 0xA3637B) is known color: Strikemaster. HEX triplet: A3, 63 and 7B. RGB value is (163,99,123). Sum of RGB (Red+Green+Blue) = 163+99+123=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3637B is #5C9C84. Grayscale: #787878. Windows color (decimal): -6069381 or 8086435. OLE color: 8086435.

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

Color convert

RGB 163 99 123 -
CMYK 0 0.39 0.25 0.36
HSL 337.5º 0.26% 0.51% -
HSV(B) 337.5º 0.39% 0.64% -
XYZ 23.14 18.14 21.02 -
YUV 120.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 163 99 123 0 0.39 0.25 0.36 337.5 0.26 0.51
Hex A3 63 7B 0 27 19 24 152 1A 33
Octal 243 143 173 0 47 31 44 522 32 63
Binary 10100011 1100011 1111011 0 100111 11001 100100 101010010 11010 110011

Color Harmonies of #A3637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3637B

Black with #A3637B

Text Example


Text Example

White with #A3637B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3637B; }

 p { color: rgb(163,99,123); }

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

background-color css

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

 a { background-color: rgb(163,99,123); }

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

border-color css

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

 span { border-color: rgb(163,99,123); }

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