Html Css Color HEX #A3598B Strikemaster

📋 copy color: '#A3598B'

red 163 ◦ green 89 ◦ blue 139

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

Shades of Strikemaster #A3598B

Tints of Strikemaster #A3598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 41.69%
G = 22.76%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3598B (or 0xA3598B) is known color: Strikemaster. HEX triplet: A3, 59 and 8B. RGB value is (163,89,139). Sum of RGB (Red+Green+Blue) = 163+89+139=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3598B is #5CA674. Grayscale: #747474. Windows color (decimal): -6071925 or 9132451. OLE color: 9132451.

HSL color Cylindrical-coordinate representation of color #A3598B: hue angle of 319.46º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3598B is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 139 -
CMYK 0 0.45 0.15 0.36
HSL 319.46º 0.29% 0.49% -
HSV(B) 319.46º 0.45% 0.64% -
XYZ 23.34 16.8 26.44 -
YUV 116.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 163 89 139 0 0.45 0.15 0.36 319.46 0.29 0.49
Hex A3 59 8B 0 2D F 24 13F 1D 31
Octal 243 131 213 0 55 17 44 477 35 61
Binary 10100011 1011001 10001011 0 101101 1111 100100 100111111 11101 110001

Color Harmonies of #A3598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3598B

Black with #A3598B

Text Example


Text Example

White with #A3598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3598B; }

 p { color: rgb(163,89,139); }

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

background-color css

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

 a { background-color: rgb(163,89,139); }

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

border-color css

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

 span { border-color: rgb(163,89,139); }

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