#AD2369

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

Shades of Jazzberry Jam #AD2369

Tints of Jazzberry Jam #AD2369

Color information

#AD2369 (or 0xAD2369) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 23 and 69. RGB value is (173,35,105). Sum of RGB (Red+Green+Blue) = 173+35+105=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2369 is #52DC96. Grayscale: #545454. Windows color (decimal): -5430423 or 6890413. OLE color: 6890413.

HSL color Cylindrical-coordinate representation of color #AD2369: hue angle of 329.57º degrees, saturation: 0.66, 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 #AD2369 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB17335105-
CMYK00.800.390.32
HSL329.57º66.35%40.78%-
HSV(B)329.57º79.77%67.84%-
XYZ20.3811.1114.43-
YUV84.24139.72191.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 35 (14.06% from 255) = 11.18%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=55.27%
G=11.18%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733510500.800.390.32329.5766.3540.78
HexAD2369050272014a4229
Octal255431510120474051210251
Binary101011011000111101001010100001001111000001010010101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2369; }

 p { color: rgb(173,35,105); }

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

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

 a { background-color: rgb(173,35,105); }

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

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

 span { border-color: rgb(173,35,105); }

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