#AD1864

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

Shades of Jazzberry Jam #AD1864

Tints of Jazzberry Jam #AD1864

Color information

#AD1864 (or 0xAD1864) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 18 and 64. RGB value is (173,24,100). Sum of RGB (Red+Green+Blue) = 173+24+100=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1864 is #52E79B. Grayscale: #4D4D4D. Windows color (decimal): -5433244 or 6559917. OLE color: 6559917.

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

Color convert

RGB17324100-
CMYK00.860.420.32
HSL329.4º75.63%38.63%-
HSV(B)329.4º86.13%67.84%-
XYZ19.8610.4613.03-
YUV77.22140.86196.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.25%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=58.25%
G=8.08%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732410000.860.420.32329.475.6338.63
HexAD18640562A201494c27
Octal255301440126524051111447
Binary10101101110001100100010101101010101000001010010011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1864; }

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

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

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

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

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

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

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

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