#A41C63

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

Shades of Jazzberry Jam #A41C63

Tints of Jazzberry Jam #A41C63

Color information

#A41C63 (or 0xA41C63) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 1C and 63. RGB value is (164,28,99). Sum of RGB (Red+Green+Blue) = 164+28+99=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41C63 is #5BE39C. Grayscale: #4C4C4C. Windows color (decimal): -6022045 or 6495396. OLE color: 6495396.

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

Color convert

RGB1642899-
CMYK00.830.400.36
HSL328.68º70.83%37.65%-
HSV(B)328.68º82.93%64.31%-
XYZ17.989.6212.71-
YUV76.76140.56190.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.36%
GREEN value IS 28 (11.33% from 255) = 9.62%
BLUE value IS 99 (39.06% from 255) = 34.02%
R=56.36%
G=9.62%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164289900.830.400.36328.6870.8337.65
HexA41C6305328241494726
Octal244341430123504451110746
Binary10100100111001100011010100111010001001001010010011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41C63; }

 p { color: rgb(164,28,99); }

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

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

 a { background-color: rgb(164,28,99); }

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

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

 span { border-color: rgb(164,28,99); }

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