#A4174E

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

Shades of Jazzberry Jam #A4174E

Tints of Jazzberry Jam #A4174E

Color information

#A4174E (or 0xA4174E) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 17 and 4E. RGB value is (164,23,78). Sum of RGB (Red+Green+Blue) = 164+23+78=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A4174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4174E is #5BE8B1. Grayscale: #474747. Windows color (decimal): -6023346 or 5117860. OLE color: 5117860.

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

Color convert

RGB1642378-
CMYK00.860.520.36
HSL336.6º75.4%36.67%-
HSV(B)336.6º85.98%64.31%-
XYZ16.999.068.06-
YUV71.43131.71194.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.89%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=61.89%
G=8.68%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164237800.860.520.36336.675.436.67
HexA4174E05634241514b25
Octal244271160126644452111345
Binary10100100101111001110010101101101001001001010100011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4174E; }

 p { color: rgb(164,23,78); }

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

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

 a { background-color: rgb(164,23,78); }

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

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

 span { border-color: rgb(164,23,78); }

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