#A0025D

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

Shades of Jazzberry Jam #A0025D

Tints of Jazzberry Jam #A0025D

Color information

#A0025D (or 0xA0025D) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 02 and 5D. RGB value is (160,2,93). Sum of RGB (Red+Green+Blue) = 160+2+93=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0025D is #5FFDA2. Grayscale: #3B3B3B. Windows color (decimal): -6290851 or 6095520. OLE color: 6095520.

HSL color Cylindrical-coordinate representation of color #A0025D: hue angle of 325.44º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0025D is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB160293-
CMYK00.990.420.37
HSL325.44º97.53%31.76%-
HSV(B)325.44º98.75%62.75%-
XYZ16.498.3111.09-
YUV59.62146.85199.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.75%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=62.75%
G=0.78%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16029300.990.420.37325.4497.5331.76
HexA025D0632A251456220
Octal24021350143524550514240
Binary10100000101011101011000111010101001011010001011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0025D; }

 p { color: rgb(160,2,93); }

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

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

 a { background-color: rgb(160,2,93); }

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

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

 span { border-color: rgb(160,2,93); }

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