Html Css Color HEX #A3628F Strikemaster

📋 copy color: '#A3628F'

red 163 ◦ green 98 ◦ blue 143

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

Shades of Strikemaster #A3628F

Tints of Strikemaster #A3628F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 40.35%
G = 24.26%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3628F (or 0xA3628F) is known color: Strikemaster. HEX triplet: A3, 62 and 8F. RGB value is (163,98,143). Sum of RGB (Red+Green+Blue) = 163+98+143=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3628F is #5C9D70. Grayscale: #7A7A7A. Windows color (decimal): -6069617 or 9396899. OLE color: 9396899.

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

Color convert

RGB 163 98 143 -
CMYK 0 0.40 0.12 0.36
HSL 318.46º 0.26% 0.51% -
HSV(B) 318.46º 0.4% 0.64% -
XYZ 24.43 18.51 28.27 -
YUV 122.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 163 98 143 0 0.40 0.12 0.36 318.46 0.26 0.51
Hex A3 62 8F 0 28 C 24 13E 1A 33
Octal 243 142 217 0 50 14 44 476 32 63
Binary 10100011 1100010 10001111 0 101000 1100 100100 100111110 11010 110011

Color Harmonies of #A3628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3628F

Black with #A3628F

Text Example


Text Example

White with #A3628F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3628F; }

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

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

background-color css

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

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

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

border-color css

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

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

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