Html Css Color HEX #A3627F Strikemaster

📋 copy color: '#A3627F'

red 163 ◦ green 98 ◦ blue 127

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

Shades of Strikemaster #A3627F

Tints of Strikemaster #A3627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 42.01%
G = 25.26%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3627F (or 0xA3627F) is known color: Strikemaster. HEX triplet: A3, 62 and 7F. RGB value is (163,98,127). Sum of RGB (Red+Green+Blue) = 163+98+127=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A3627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3627F is #5C9D80. Grayscale: #787878. Windows color (decimal): -6069633 or 8348323. OLE color: 8348323.

HSL color Cylindrical-coordinate representation of color #A3627F: hue angle of 333.23º 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 #A3627F is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 98 127 -
CMYK 0 0.40 0.22 0.36
HSL 333.23º 0.26% 0.51% -
HSV(B) 333.23º 0.4% 0.64% -
XYZ 23.3 18.05 22.34 -
YUV 120.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 163 98 127 0 0.40 0.22 0.36 333.23 0.26 0.51
Hex A3 62 7F 0 28 16 24 14D 1A 33
Octal 243 142 177 0 50 26 44 515 32 63
Binary 10100011 1100010 1111111 0 101000 10110 100100 101001101 11010 110011

Color Harmonies of #A3627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3627F

Black with #A3627F

Text Example


Text Example

White with #A3627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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