#A10443

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

Shades of Jazzberry Jam #A10443

Tints of Jazzberry Jam #A10443

Color information

#A10443 (or 0xA10443) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 04 and 43. RGB value is (161,4,67). Sum of RGB (Red+Green+Blue) = 161+4+67=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A10443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10443 is #5EFBBC. Grayscale: #3A3A3A. Windows color (decimal): -6224829 or 4392097. OLE color: 4392097.

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

Color convert

RGB161467-
CMYK00.980.580.37
HSL335.92º95.15%32.35%-
HSV(B)335.92º97.52%63.14%-
XYZ15.758.076.04-
YUV58.12133.01201.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 69.40%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 67 (26.56% from 255) = 28.88%
R=69.40%
G=1.72%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16146700.980.580.37335.9295.1532.35
HexA14430623A251505f20
Octal24141030142724552013740
Binary101000011001000011011000101110101001011010100001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10443; }

 p { color: rgb(161,4,67); }

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

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

 a { background-color: rgb(161,4,67); }

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

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

 span { border-color: rgb(161,4,67); }

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