#A10243

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

Shades of Jazzberry Jam #A10243

Tints of Jazzberry Jam #A10243

Color information

#A10243 (or 0xA10243) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 02 and 43. RGB value is (161,2,67). Sum of RGB (Red+Green+Blue) = 161+2+67=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A10243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10243 is #5EFDBC. Grayscale: #383838. Windows color (decimal): -6225341 or 4391585. OLE color: 4391585.

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

Color convert

RGB161267-
CMYK00.990.580.37
HSL335.47º97.55%31.96%-
HSV(B)335.47º98.76%63.14%-
XYZ15.738.036.03-
YUV56.95133.68202.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=70%
G=0.87%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16126700.990.580.37335.4797.5531.96
HexA12430633A2514f6220
Octal24121030143724551714240
Binary10100001101000011011000111110101001011010011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10243; }

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

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

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

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

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

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

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

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