#AD1F58

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

Shades of Jazzberry Jam #AD1F58

Tints of Jazzberry Jam #AD1F58

Color information

#AD1F58 (or 0xAD1F58) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 1F and 58. RGB value is (173,31,88). Sum of RGB (Red+Green+Blue) = 173+31+88=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F58 is #52E0A7. Grayscale: #4F4F4F. Windows color (decimal): -5431464 or 5775277. OLE color: 5775277.

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

Color convert

RGB1733188-
CMYK00.820.490.32
HSL335.92º69.61%40%-
HSV(B)335.92º82.08%67.84%-
XYZ19.4910.5710.25-
YUV79.96132.54194.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.25%
GREEN value IS 31 (12.5% from 255) = 10.62%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=59.25%
G=10.62%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173318800.820.490.32335.9269.6140
HexAD1F5805231201504628
Octal255371300122614052010650
Binary10101101111111011000010100101100011000001010100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1F58; }

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

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

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

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

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

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

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

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