#A12369

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

Shades of Jazzberry Jam #A12369

Tints of Jazzberry Jam #A12369

Color information

#A12369 (or 0xA12369) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 23 and 69. RGB value is (161,35,105). Sum of RGB (Red+Green+Blue) = 161+35+105=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A12369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12369 is #5EDC96. Grayscale: #505050. Windows color (decimal): -6216855 or 6890401. OLE color: 6890401.

HSL color Cylindrical-coordinate representation of color #A12369: hue angle of 326.67º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12369 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB16135105-
CMYK00.780.350.37
HSL326.67º64.29%38.43%-
HSV(B)326.67º78.26%63.14%-
XYZ17.859.814.32-
YUV80.65141.74185.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 35 (14.06% from 255) = 11.63%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=53.49%
G=11.63%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613510500.780.350.37326.6764.2938.43
HexA1236904E23251474026
Octal241431510116434550710046
Binary101000011000111101001010011101000111001011010001111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12369; }

 p { color: rgb(161,35,105); }

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

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

 a { background-color: rgb(161,35,105); }

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

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

 span { border-color: rgb(161,35,105); }

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