#AD0152

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

Shades of Jazzberry Jam #AD0152

Tints of Jazzberry Jam #AD0152

Color information

#AD0152 (or 0xAD0152) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 01 and 52. RGB value is (173,1,82). Sum of RGB (Red+Green+Blue) = 173+1+82=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0152 is #52FEAD. Grayscale: #3D3D3D. Windows color (decimal): -5439150 or 5374381. OLE color: 5374381.

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

Color convert

RGB173182-
CMYK00.990.530.32
HSL331.74º98.85%34.12%-
HSV(B)331.74º99.42%67.84%-
XYZ18.779.528.83-
YUV61.66139.48207.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.58%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=67.58%
G=0.39%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17318200.990.530.32331.7498.8534.12
HexAD152063352014c6322
Octal25511220143654051414342
Binary1010110111010010011000111101011000001010011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0152; }

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

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

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

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

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

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

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

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