Html Css Color HEX #A3588B Strikemaster

📋 copy color: '#A3588B'

red 163 ◦ green 88 ◦ blue 139

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

Shades of Strikemaster #A3588B

Tints of Strikemaster #A3588B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.56%

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

R = 41.79%
G = 22.56%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3588B (or 0xA3588B) is known color: Strikemaster. HEX triplet: A3, 58 and 8B. RGB value is (163,88,139). Sum of RGB (Red+Green+Blue) = 163+88+139=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3588B is #5CA774. Grayscale: #747474. Windows color (decimal): -6072181 or 9132195. OLE color: 9132195.

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

Color convert

RGB 163 88 139 -
CMYK 0 0.46 0.15 0.36
HSL 319.2º 0.3% 0.49% -
HSV(B) 319.2º 0.46% 0.64% -
XYZ 23.25 16.63 26.41 -
YUV 116.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 163 88 139 0 0.46 0.15 0.36 319.2 0.3 0.49
Hex A3 58 8B 0 2E F 24 13F 1E 31
Octal 243 130 213 0 56 17 44 477 36 61
Binary 10100011 1011000 10001011 0 101110 1111 100100 100111111 11110 110001

Color Harmonies of #A3588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3588B

Black with #A3588B

Text Example


Text Example

White with #A3588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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