#A4025B

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

Shades of Jazzberry Jam #A4025B

Tints of Jazzberry Jam #A4025B

Color information

#A4025B (or 0xA4025B) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 02 and 5B. RGB value is (164,2,91). Sum of RGB (Red+Green+Blue) = 164+2+91=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A4025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4025B is #5BFDA4. Grayscale: #3C3C3C. Windows color (decimal): -6028709 or 5964452. OLE color: 5964452.

HSL color Cylindrical-coordinate representation of color #A4025B: hue angle of 327.04º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4025B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB164291-
CMYK00.990.450.36
HSL327.04º97.59%32.55%-
HSV(B)327.04º98.78%64.31%-
XYZ17.228.6910.67-
YUV60.58145.17201.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.81%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=63.81%
G=0.78%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16429100.990.450.36327.0497.5932.55
HexA425B0632D241476221
Octal24421330143554450714241
Binary10100100101011011011000111011011001001010001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4025B; }

 p { color: rgb(164,2,91); }

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

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

 a { background-color: rgb(164,2,91); }

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

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

 span { border-color: rgb(164,2,91); }

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