#AD1C6C

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

Shades of Jazzberry Jam #AD1C6C

Tints of Jazzberry Jam #AD1C6C

Color information

#AD1C6C (or 0xAD1C6C) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 1C and 6C. RGB value is (173,28,108). Sum of RGB (Red+Green+Blue) = 173+28+108=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C6C is #52E393. Grayscale: #505050. Windows color (decimal): -5432212 or 7085229. OLE color: 7085229.

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

Color convert

RGB17328108-
CMYK00.840.380.32
HSL326.9º72.14%39.41%-
HSV(B)326.9º83.82%67.84%-
XYZ20.3610.815.2-
YUV80.47143.54194-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.99%
GREEN value IS 28 (11.33% from 255) = 9.06%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=55.99%
G=9.06%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732810800.840.380.32326.972.1439.41
HexAD1C6C05426201474827
Octal255341540124464050711047
Binary10101101111001101100010101001001101000001010001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1C6C; }

 p { color: rgb(173,28,108); }

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

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

 a { background-color: rgb(173,28,108); }

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

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

 span { border-color: rgb(173,28,108); }

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