#A9014A

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

Shades of Jazzberry Jam #A9014A

Tints of Jazzberry Jam #A9014A

Color information

#A9014A (or 0xA9014A) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 01 and 4A. RGB value is (169,1,74). Sum of RGB (Red+Green+Blue) = 169+1+74=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A9014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9014A is #56FEB5. Grayscale: #3B3B3B. Windows color (decimal): -5701302 or 4850089. OLE color: 4850089.

HSL color Cylindrical-coordinate representation of color #A9014A: hue angle of 333.93º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9014A is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB169174-
CMYK00.990.560.34
HSL333.93º98.82%33.33%-
HSV(B)333.93º99.41%66.27%-
XYZ17.618.957.28-
YUV59.55136.16206.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.26%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=69.26%
G=0.41%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16917400.990.560.34333.9398.8233.33
HexA914A063382214e6321
Octal25111120143704251614341
Binary1010100111001010011000111110001000101010011101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9014A; }

 p { color: rgb(169,1,74); }

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

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

 a { background-color: rgb(169,1,74); }

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

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

 span { border-color: rgb(169,1,74); }

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