#AD1568

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

Shades of Jazzberry Jam #AD1568

Tints of Jazzberry Jam #AD1568

Color information

#AD1568 (or 0xAD1568) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 15 and 68. RGB value is (173,21,104). Sum of RGB (Red+Green+Blue) = 173+21+104=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1568 is #52EA97. Grayscale: #4B4B4B. Windows color (decimal): -5434008 or 6821293. OLE color: 6821293.

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

Color convert

RGB17321104-
CMYK00.880.400.32
HSL327.24º78.35%38.04%-
HSV(B)327.24º87.86%67.84%-
XYZ2010.4214.05-
YUV75.91143.86197.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.05%
GREEN value IS 21 (8.59% from 255) = 7.05%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=58.05%
G=7.05%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732110400.880.400.32327.2478.3538.04
HexAD156805828201474e26
Octal255251500130504050711646
Binary10101101101011101000010110001010001000001010001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1568; }

 p { color: rgb(173,21,104); }

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

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

 a { background-color: rgb(173,21,104); }

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

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

 span { border-color: rgb(173,21,104); }

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