#AD105B

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

Shades of Jazzberry Jam #AD105B

Tints of Jazzberry Jam #AD105B

Color information

#AD105B (or 0xAD105B) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 10 and 5B. RGB value is (173,16,91). Sum of RGB (Red+Green+Blue) = 173+16+91=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD105B is #52EFA4. Grayscale: #474747. Windows color (decimal): -5435301 or 5968045. OLE color: 5968045.

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

Color convert

RGB1731691-
CMYK00.910.470.32
HSL331.34º83.07%37.06%-
HSV(B)331.34º90.75%67.84%-
XYZ19.3110.0110.81-
YUV71.49139.01200.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.79%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=61.79%
G=5.71%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173169100.910.470.32331.3483.0737.06
HexAD105B05B2F2014b5325
Octal255201330133574051312345
Binary10101101100001011011010110111011111000001010010111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD105B; }

 p { color: rgb(173,16,91); }

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

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

 a { background-color: rgb(173,16,91); }

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

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

 span { border-color: rgb(173,16,91); }

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