#AD156C

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

Shades of Jazzberry Jam #AD156C

Tints of Jazzberry Jam #AD156C

Color information

#AD156C (or 0xAD156C) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 15 and 6C. RGB value is (173,21,108). Sum of RGB (Red+Green+Blue) = 173+21+108=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD156C is #52EA93. Grayscale: #4C4C4C. Windows color (decimal): -5434004 or 7083437. OLE color: 7083437.

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

Color convert

RGB17321108-
CMYK00.880.380.32
HSL325.66º78.35%38.04%-
HSV(B)325.66º87.86%67.84%-
XYZ20.2110.515.15-
YUV76.37145.86196.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.28%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=57.28%
G=6.95%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732110800.880.380.32325.6678.3538.04
HexAD156C05826201464e26
Octal255251540130464050611646
Binary10101101101011101100010110001001101000001010001101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD156C; }

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

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

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

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

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

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

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

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