#A42264

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

Shades of Jazzberry Jam #A42264

Tints of Jazzberry Jam #A42264

Color information

#A42264 (or 0xA42264) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 22 and 64. RGB value is (164,34,100). Sum of RGB (Red+Green+Blue) = 164+34+100=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A42264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42264 is #5BDD9B. Grayscale: #505050. Windows color (decimal): -6020508 or 6562468. OLE color: 6562468.

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

Color convert

RGB16434100-
CMYK00.790.390.36
HSL329.54º65.66%38.82%-
HSV(B)329.54º79.27%64.31%-
XYZ18.189.9613.02-
YUV80.39139.07187.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.03%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=55.03%
G=11.41%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643410000.790.390.36329.5465.6638.82
HexA4226404F272414a4227
Octal244421440117474451210247
Binary101001001000101100100010011111001111001001010010101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42264; }

 p { color: rgb(164,34,100); }

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

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

 a { background-color: rgb(164,34,100); }

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

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

 span { border-color: rgb(164,34,100); }

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