#AD0B69

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

Shades of Jazzberry Jam #AD0B69

Tints of Jazzberry Jam #AD0B69

Color information

#AD0B69 (or 0xAD0B69) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 0B and 69. RGB value is (173,11,105). Sum of RGB (Red+Green+Blue) = 173+11+105=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B69 is #52F496. Grayscale: #454545. Windows color (decimal): -5436567 or 6884269. OLE color: 6884269.

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

Color convert

RGB17311105-
CMYK00.940.390.32
HSL325.19º88.04%36.08%-
HSV(B)325.19º93.64%67.84%-
XYZ19.910.1414.27-
YUV70.15147.67201.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.86%
GREEN value IS 11 (4.69% from 255) = 3.81%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=59.86%
G=3.81%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731110500.940.390.32325.1988.0436.08
HexADB6905E27201455824
Octal255131510136474050513044
Binary1010110110111101001010111101001111000001010001011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0B69; }

 p { color: rgb(173,11,105); }

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

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

 a { background-color: rgb(173,11,105); }

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

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

 span { border-color: rgb(173,11,105); }

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