#AD0564

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

Shades of Jazzberry Jam #AD0564

Tints of Jazzberry Jam #AD0564

Color information

#AD0564 (or 0xAD0564) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 05 and 64. RGB value is (173,5,100). Sum of RGB (Red+Green+Blue) = 173+5+100=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0564 is #52FA9B. Grayscale: #414141. Windows color (decimal): -5438108 or 6555053. OLE color: 6555053.

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

Color convert

RGB1735100-
CMYK00.970.420.32
HSL326.07º94.38%34.9%-
HSV(B)326.07º97.11%67.84%-
XYZ19.599.9112.94-
YUV66.06147.16204.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.23%
GREEN value IS 5 (2.34% from 255) = 1.80%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=62.23%
G=1.80%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173510000.970.420.32326.0794.3834.9
HexAD5640612A201465e23
Octal25551440141524050613643
Binary101011011011100100011000011010101000001010001101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0564; }

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

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

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

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

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

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

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

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