#A41362

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

Shades of Jazzberry Jam #A41362

Tints of Jazzberry Jam #A41362

Color information

#A41362 (or 0xA41362) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 13 and 62. RGB value is (164,19,98). Sum of RGB (Red+Green+Blue) = 164+19+98=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A41362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41362 is #5BEC9D. Grayscale: #474747. Windows color (decimal): -6024350 or 6427556. OLE color: 6427556.

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

Color convert

RGB1641998-
CMYK00.880.400.36
HSL327.31º79.23%35.88%-
HSV(B)327.31º88.41%64.31%-
XYZ17.759.2412.4-
YUV71.36143.04194.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.36%
GREEN value IS 19 (7.81% from 255) = 6.76%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=58.36%
G=6.76%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164199800.880.400.36327.3179.2335.88
HexA4136205828241474f24
Octal244231420130504450711744
Binary10100100100111100010010110001010001001001010001111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41362; }

 p { color: rgb(164,19,98); }

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

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

 a { background-color: rgb(164,19,98); }

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

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

 span { border-color: rgb(164,19,98); }

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