Html Css Color HEX #A3627C Strikemaster

📋 copy color: '#A3627C'

red 163 ◦ green 98 ◦ blue 124

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

Shades of Strikemaster #A3627C

Tints of Strikemaster #A3627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

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

R = 42.34%
G = 25.45%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3627C (or 0xA3627C) is known color: Strikemaster. HEX triplet: A3, 62 and 7C. RGB value is (163,98,124). Sum of RGB (Red+Green+Blue) = 163+98+124=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3627C is #5C9D83. Grayscale: #787878. Windows color (decimal): -6069636 or 8151715. OLE color: 8151715.

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

Color convert

RGB 163 98 124 -
CMYK 0 0.40 0.24 0.36
HSL 336º 0.26% 0.51% -
HSV(B) 336º 0.4% 0.64% -
XYZ 23.11 17.98 21.32 -
YUV 120.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 163 98 124 0 0.40 0.24 0.36 336 0.26 0.51
Hex A3 62 7C 0 28 18 24 150 1A 33
Octal 243 142 174 0 50 30 44 520 32 63
Binary 10100011 1100010 1111100 0 101000 11000 100100 101010000 11010 110011

Color Harmonies of #A3627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3627C

Black with #A3627C

Text Example


Text Example

White with #A3627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3627C; }

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

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

background-color css

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

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

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

border-color css

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

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

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