#AD1765

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

Shades of Jazzberry Jam #AD1765

Tints of Jazzberry Jam #AD1765

Color information

#AD1765 (or 0xAD1765) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 17 and 65. RGB value is (173,23,101). Sum of RGB (Red+Green+Blue) = 173+23+101=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1765 is #52E89A. Grayscale: #4C4C4C. Windows color (decimal): -5433499 or 6625197. OLE color: 6625197.

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

Color convert

RGB17323101-
CMYK00.870.420.32
HSL328.8º76.53%38.43%-
HSV(B)328.8º86.71%67.84%-
XYZ19.8910.4413.28-
YUV76.74141.7196.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.25%
GREEN value IS 23 (9.38% from 255) = 7.74%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=58.25%
G=7.74%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732310100.870.420.32328.876.5338.43
HexAD17650572A201494d26
Octal255271450127524051111546
Binary10101101101111100101010101111010101000001010010011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1765; }

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

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

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

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

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

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

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

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