#AD1065

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

Shades of Jazzberry Jam #AD1065

Tints of Jazzberry Jam #AD1065

Color information

#AD1065 (or 0xAD1065) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 10 and 65. RGB value is (173,16,101). Sum of RGB (Red+Green+Blue) = 173+16+101=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1065 is #52EF9A. Grayscale: #484848. Windows color (decimal): -5435291 or 6623405. OLE color: 6623405.

HSL color Cylindrical-coordinate representation of color #AD1065: hue angle of 327.52º 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 #AD1065 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB17316101-
CMYK00.910.420.32
HSL327.52º83.07%37.06%-
HSV(B)327.52º90.75%67.84%-
XYZ19.7710.1913.24-
YUV72.63144.01199.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.66%
GREEN value IS 16 (6.64% from 255) = 5.52%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=59.66%
G=5.52%
B=34.83%

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
Decimal1731610100.910.420.32327.5283.0737.06
HexAD106505B2A201485325
Octal255201450133524051012345
Binary10101101100001100101010110111010101000001010010001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1065; }

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

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

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

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

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

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

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

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