#AD1064

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

Shades of Jazzberry Jam #AD1064

Tints of Jazzberry Jam #AD1064

Color information

#AD1064 (or 0xAD1064) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 10 and 64. RGB value is (173,16,100). Sum of RGB (Red+Green+Blue) = 173+16+100=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1064 is #52EF9B. Grayscale: #484848. Windows color (decimal): -5435292 or 6557869. OLE color: 6557869.

HSL color Cylindrical-coordinate representation of color #AD1064: hue angle of 327.9º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1064 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB17316100-
CMYK00.910.420.32
HSL327.9º83.07%37.06%-
HSV(B)327.9º90.75%67.84%-
XYZ19.7210.1712.98-
YUV72.52143.51199.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.86%
GREEN value IS 16 (6.64% from 255) = 5.54%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=59.86%
G=5.54%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731610000.910.420.32327.983.0737.06
HexAD106405B2A201485325
Octal255201440133524051012345
Binary10101101100001100100010110111010101000001010010001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1064; }

 p { color: rgb(173,16,100); }

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

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

 a { background-color: rgb(173,16,100); }

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

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

 span { border-color: rgb(173,16,100); }

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