#A2174D

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

Shades of Jazzberry Jam #A2174D

Tints of Jazzberry Jam #A2174D

Color information

#A2174D (or 0xA2174D) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 17 and 4D. RGB value is (162,23,77). Sum of RGB (Red+Green+Blue) = 162+23+77=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A2174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2174D is #5DE8B2. Grayscale: #464646. Windows color (decimal): -6154419 or 5052322. OLE color: 5052322.

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

Color convert

RGB1622377-
CMYK00.860.520.36
HSL336.69º75.14%36.27%-
HSV(B)336.69º85.8%63.53%-
XYZ16.558.837.85-
YUV70.72131.55193.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 23 (9.38% from 255) = 8.78%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=61.83%
G=8.78%
B=29.39%

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
Decimal162237700.860.520.36336.6975.1436.27
HexA2174D05634241514b24
Octal242271150126644452111344
Binary10100010101111001101010101101101001001001010100011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2174D; }

 p { color: rgb(162,23,77); }

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

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

 a { background-color: rgb(162,23,77); }

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

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

 span { border-color: rgb(162,23,77); }

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