#AD1058

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

Shades of Jazzberry Jam #AD1058

Tints of Jazzberry Jam #AD1058

Color information

#AD1058 (or 0xAD1058) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 10 and 58. RGB value is (173,16,88). Sum of RGB (Red+Green+Blue) = 173+16+88=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1058 is #52EFA7. Grayscale: #474747. Windows color (decimal): -5435304 or 5771437. OLE color: 5771437.

HSL color Cylindrical-coordinate representation of color #AD1058: hue angle of 332.48º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1058 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1731688-
CMYK00.910.490.32
HSL332.48º83.07%37.06%-
HSV(B)332.48º90.75%67.84%-
XYZ19.189.9610.14-
YUV71.15137.51200.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.45%
GREEN value IS 16 (6.64% from 255) = 5.78%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=62.45%
G=5.78%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173168800.910.490.32332.4883.0737.06
HexAD105805B312014c5325
Octal255201300133614051412345
Binary10101101100001011000010110111100011000001010011001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1058; }

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

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

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

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

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

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

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

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