#AD0869

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

Shades of Jazzberry Jam #AD0869

Tints of Jazzberry Jam #AD0869

Color information

#AD0869 (or 0xAD0869) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 08 and 69. RGB value is (173,8,105). Sum of RGB (Red+Green+Blue) = 173+8+105=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0869 is #52F796. Grayscale: #444444. Windows color (decimal): -5437335 or 6883501. OLE color: 6883501.

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

Color convert

RGB1738105-
CMYK00.950.390.32
HSL324.73º91.16%35.49%-
HSV(B)324.73º95.38%67.84%-
XYZ19.8710.0814.26-
YUV68.39148.66202.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.49%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=60.49%
G=2.80%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173810500.950.390.32324.7391.1635.49
HexAD86905F27201455b23
Octal255101510137474050513343
Binary1010110110001101001010111111001111000001010001011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0869; }

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

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

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

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

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

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

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

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