#AD2261

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

Shades of Jazzberry Jam #AD2261

Tints of Jazzberry Jam #AD2261

Color information

#AD2261 (or 0xAD2261) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 22 and 61. RGB value is (173,34,97). Sum of RGB (Red+Green+Blue) = 173+34+97=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2261 is #52DD9E. Grayscale: #525252. Windows color (decimal): -5430687 or 6365869. OLE color: 6365869.

HSL color Cylindrical-coordinate representation of color #AD2261: hue angle of 332.81º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2261 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB1733497-
CMYK00.800.440.32
HSL332.81º67.15%40.59%-
HSV(B)332.81º80.35%67.84%-
XYZ19.9610.8912.36-
YUV82.74136.05192.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 34 (13.67% from 255) = 11.18%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=56.91%
G=11.18%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173349700.800.440.32332.8167.1540.59
HexAD22610502C2014d4329
Octal255421410120544051510351
Binary101011011000101100001010100001011001000001010011011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2261; }

 p { color: rgb(173,34,97); }

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

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

 a { background-color: rgb(173,34,97); }

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

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

 span { border-color: rgb(173,34,97); }

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