#A91362

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

Shades of Jazzberry Jam #A91362

Tints of Jazzberry Jam #A91362

Color information

#A91362 (or 0xA91362) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 13 and 62. RGB value is (169,19,98). Sum of RGB (Red+Green+Blue) = 169+19+98=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A91362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91362 is #56EC9D. Grayscale: #484848. Windows color (decimal): -5696670 or 6427561. OLE color: 6427561.

HSL color Cylindrical-coordinate representation of color #A91362: hue angle of 328.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91362 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB1691998-
CMYK00.890.420.34
HSL328.4º79.79%36.86%-
HSV(B)328.4º88.76%66.27%-
XYZ18.89.7812.45-
YUV72.86142.2196.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.09%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=59.09%
G=6.64%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169199800.890.420.34328.479.7936.86
HexA913620592A221485025
Octal251231420131524251012045
Binary10101001100111100010010110011010101000101010010001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91362; }

 p { color: rgb(169,19,98); }

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

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

 a { background-color: rgb(169,19,98); }

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

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

 span { border-color: rgb(169,19,98); }

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