Html Css Color HEX #A3658F Strikemaster

📋 copy color: '#A3658F'

red 163 ◦ green 101 ◦ blue 143

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

Shades of Strikemaster #A3658F

Tints of Strikemaster #A3658F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.82%

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

R = 40.05%
G = 24.82%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3658F (or 0xA3658F) is known color: Strikemaster. HEX triplet: A3, 65 and 8F. RGB value is (163,101,143). Sum of RGB (Red+Green+Blue) = 163+101+143=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3658F is #5C9A70. Grayscale: #7C7C7C. Windows color (decimal): -6068849 or 9397667. OLE color: 9397667.

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

Color convert

RGB 163 101 143 -
CMYK 0 0.38 0.12 0.36
HSL 319.35º 0.25% 0.52% -
HSV(B) 319.35º 0.38% 0.64% -
XYZ 24.72 19.08 28.37 -
YUV 124.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 163 101 143 0 0.38 0.12 0.36 319.35 0.25 0.52
Hex A3 65 8F 0 26 C 24 13F 19 34
Octal 243 145 217 0 46 14 44 477 31 64
Binary 10100011 1100101 10001111 0 100110 1100 100100 100111111 11001 110100

Color Harmonies of #A3658F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3658F

Black with #A3658F

Text Example


Text Example

White with #A3658F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3658F; }

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

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

background-color css

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

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

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

border-color css

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

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

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