#AD1F61

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

Shades of Jazzberry Jam #AD1F61

Tints of Jazzberry Jam #AD1F61

Color information

#AD1F61 (or 0xAD1F61) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 1F and 61. RGB value is (173,31,97). Sum of RGB (Red+Green+Blue) = 173+31+97=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F61 is #52E09E. Grayscale: #505050. Windows color (decimal): -5431455 or 6365101. OLE color: 6365101.

HSL color Cylindrical-coordinate representation of color #AD1F61: hue angle of 332.11º 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 #AD1F61 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB1733197-
CMYK00.820.440.32
HSL332.11º69.61%40%-
HSV(B)332.11º82.08%67.84%-
XYZ19.8810.7312.33-
YUV80.98137.04193.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 31 (12.5% from 255) = 10.30%
BLUE value IS 97 (38.28% from 255) = 32.23%
R=57.48%
G=10.30%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173319700.820.440.32332.1169.6140
HexAD1F610522C2014c4628
Octal255371410122544051410650
Binary10101101111111100001010100101011001000001010011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1F61; }

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

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

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

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

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

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

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

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