#A1025F

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

Shades of Jazzberry Jam #A1025F

Tints of Jazzberry Jam #A1025F

Color information

#A1025F (or 0xA1025F) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 02 and 5F. RGB value is (161,2,95). Sum of RGB (Red+Green+Blue) = 161+2+95=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1025F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1025F is #5EFDA0. Grayscale: #3B3B3B. Windows color (decimal): -6225313 or 6226593. OLE color: 6226593.

HSL color Cylindrical-coordinate representation of color #A1025F: hue angle of 324.91º 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 #A1025F is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB161295-
CMYK00.990.410.37
HSL324.91º97.55%31.96%-
HSV(B)324.91º98.76%63.14%-
XYZ16.798.4511.57-
YUV60.14147.68199.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.40%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=62.40%
G=0.78%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16129500.990.410.37324.9197.5531.96
HexA125F06329251456220
Octal24121370143514550514240
Binary10100001101011111011000111010011001011010001011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1025F; }

 p { color: rgb(161,2,95); }

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

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

 a { background-color: rgb(161,2,95); }

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

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

 span { border-color: rgb(161,2,95); }

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