#AD2566

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

Shades of Jazzberry Jam #AD2566

Tints of Jazzberry Jam #AD2566

Color information

#AD2566 (or 0xAD2566) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 25 and 66. RGB value is (173,37,102). Sum of RGB (Red+Green+Blue) = 173+37+102=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2566 is #52DA99. Grayscale: #545454. Windows color (decimal): -5429914 or 6694317. OLE color: 6694317.

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

Color convert

RGB17337102-
CMYK00.790.410.32
HSL331.32º64.76%41.18%-
HSV(B)331.32º78.61%67.84%-
XYZ20.2911.1713.66-
YUV85.07137.56190.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.45%
GREEN value IS 37 (14.84% from 255) = 11.86%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=55.45%
G=11.86%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733710200.790.410.32331.3264.7641.18
HexAD256604F292014b4129
Octal255451460117514051310151
Binary101011011001011100110010011111010011000001010010111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2566; }

 p { color: rgb(173,37,102); }

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

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

 a { background-color: rgb(173,37,102); }

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

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

 span { border-color: rgb(173,37,102); }

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