#AD016B

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

Shades of Jazzberry Jam #AD016B

Tints of Jazzberry Jam #AD016B

Color information

#AD016B (or 0xAD016B) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 01 and 6B. RGB value is (173,1,107). Sum of RGB (Red+Green+Blue) = 173+1+107=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD016B is #52FE94. Grayscale: #404040. Windows color (decimal): -5439125 or 7012781. OLE color: 7012781.

HSL color Cylindrical-coordinate representation of color #AD016B: hue angle of 323.02º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD016B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB1731107-
CMYK00.990.380.32
HSL323.02º98.85%34.12%-
HSV(B)323.02º99.42%67.84%-
XYZ19.99.9714.79-
YUV64.51151.98205.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.57%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=61.57%
G=0.36%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173110700.990.380.32323.0298.8534.12
HexAD16B06326201436322
Octal25511530143464050314342
Binary1010110111101011011000111001101000001010000111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD016B; }

 p { color: rgb(173,1,107); }

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

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

 a { background-color: rgb(173,1,107); }

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

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

 span { border-color: rgb(173,1,107); }

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