#AD1F6F

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

Shades of Jazzberry Jam #AD1F6F

Tints of Jazzberry Jam #AD1F6F

Color information

#AD1F6F (or 0xAD1F6F) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 1F and 6F. RGB value is (173,31,111). Sum of RGB (Red+Green+Blue) = 173+31+111=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F6F is #52E090. Grayscale: #525252. Windows color (decimal): -5431441 or 7282605. OLE color: 7282605.

HSL color Cylindrical-coordinate representation of color #AD1F6F: hue angle of 326.2º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F6F is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17331111-
CMYK00.820.360.32
HSL326.2º69.61%40%-
HSV(B)326.2º82.08%67.84%-
XYZ20.5911.0116.08-
YUV82.58144.04192.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.92%
GREEN value IS 31 (12.5% from 255) = 9.84%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=54.92%
G=9.84%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733111100.820.360.32326.269.6140
HexAD1F6F05224201464628
Octal255371570122444050610650
Binary10101101111111101111010100101001001000001010001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1F6F; }

 p { color: rgb(173,31,111); }

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

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

 a { background-color: rgb(173,31,111); }

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

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

 span { border-color: rgb(173,31,111); }

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