#AD0568

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

Shades of Jazzberry Jam #AD0568

Tints of Jazzberry Jam #AD0568

Color information

#AD0568 (or 0xAD0568) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 05 and 68. RGB value is (173,5,104). Sum of RGB (Red+Green+Blue) = 173+5+104=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0568 is #52FA97. Grayscale: #424242. Windows color (decimal): -5438104 or 6817197. OLE color: 6817197.

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

Color convert

RGB1735104-
CMYK00.970.400.32
HSL324.64º94.38%34.9%-
HSV(B)324.64º97.11%67.84%-
XYZ19.799.9913.98-
YUV66.52149.16203.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.35%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=61.35%
G=1.77%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173510400.970.400.32324.6494.3834.9
HexAD56806128201455e23
Octal25551500141504050513643
Binary101011011011101000011000011010001000001010001011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0568; }

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

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

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

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

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

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

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

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