#AD0164

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

Shades of Jazzberry Jam #AD0164

Tints of Jazzberry Jam #AD0164

Color information

#AD0164 (or 0xAD0164) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 01 and 64. RGB value is (173,1,100). Sum of RGB (Red+Green+Blue) = 173+1+100=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0164 is #52FE9B. Grayscale: #3F3F3F. Windows color (decimal): -5439132 or 6554029. OLE color: 6554029.

HSL color Cylindrical-coordinate representation of color #AD0164: hue angle of 325.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0164 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB1731100-
CMYK00.990.420.32
HSL325.47º98.85%34.12%-
HSV(B)325.47º99.42%67.84%-
XYZ19.549.8312.92-
YUV63.71148.48205.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 63.14%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=63.14%
G=0.36%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173110000.990.420.32325.4798.8534.12
HexAD1640632A201456322
Octal25511440143524050514342
Binary1010110111100100011000111010101000001010001011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0164; }

 p { color: rgb(173,1,100); }

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

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

 a { background-color: rgb(173,1,100); }

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

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

 span { border-color: rgb(173,1,100); }

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