#A10450

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

Shades of Jazzberry Jam #A10450

Tints of Jazzberry Jam #A10450

Color information

#A10450 (or 0xA10450) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 04 and 50. RGB value is (161,4,80). Sum of RGB (Red+Green+Blue) = 161+4+80=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A10450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10450 is #5EFBAF. Grayscale: #3B3B3B. Windows color (decimal): -6224816 or 5244065. OLE color: 5244065.

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

Color convert

RGB161480-
CMYK00.980.500.37
HSL330.96º95.15%32.35%-
HSV(B)330.96º97.52%63.14%-
XYZ16.198.248.33-
YUV59.61139.51200.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.71%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=65.71%
G=1.63%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16148000.980.500.37330.9695.1532.35
HexA1450062322514b5f20
Octal24141200142624551313740
Binary101000011001010000011000101100101001011010010111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10450; }

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

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

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

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

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

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

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

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