#A34F84

Color #A34F84 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #A34F84

Tints of Strikemaster #A34F84

Color information

#A34F84 (or 0xA34F84) is unknown color: approx Strikemaster. HEX triplet: A3, 4F and 84. RGB value is (163,79,132). Sum of RGB (Red+Green+Blue) = 163+79+132=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34F84 is #5CB07B. Grayscale: #6E6E6E. Windows color (decimal): -6074492 or 8671139. OLE color: 8671139.

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

Color convert

RGB16379132-
CMYK00.520.190.36
HSL322.14º34.71%47.45%-
HSV(B)322.14º51.53%63.92%-
XYZ22.0715.0423.57-
YUV110.16140.33165.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 79 (31.25% from 255) = 21.12%
BLUE value IS 132 (51.95% from 255) = 35.29%
R=43.58%
G=21.12%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637913200.520.190.36322.1434.7147.45
HexA34F840341324142232f
Octal24311720406423445024357
Binary10100011100111110000100011010010011100100101000010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34F84; }

 p { color: rgb(163,79,132); }

 H1.HeaderClassName
 {
   color: #A34F84;
 }
 .AnyTagClassName
 {
   color: #A34F84;
 }
</style>
background-color css

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

 a { background-color: rgb(163,79,132); }

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

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

 span { border-color: rgb(163,79,132); }

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