#A40457

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

Shades of Jazzberry Jam #A40457

Tints of Jazzberry Jam #A40457

Color information

#A40457 (or 0xA40457) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 04 and 57. RGB value is (164,4,87). Sum of RGB (Red+Green+Blue) = 164+4+87=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A40457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40457 is #5BFBA8. Grayscale: #3D3D3D. Windows color (decimal): -6028201 or 5702820. OLE color: 5702820.

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

Color convert

RGB164487-
CMYK00.980.470.36
HSL328.88º95.24%32.94%-
HSV(B)328.88º97.56%64.31%-
XYZ17.078.679.79-
YUV61.3142.51201.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 64.31%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=64.31%
G=1.57%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16448700.980.470.36328.8895.2432.94
HexA44570622F241495f21
Octal24441270142574451113741
Binary101001001001010111011000101011111001001010010011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40457; }

 p { color: rgb(164,4,87); }

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

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

 a { background-color: rgb(164,4,87); }

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

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

 span { border-color: rgb(164,4,87); }

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