#AD015C

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

Shades of Jazzberry Jam #AD015C

Tints of Jazzberry Jam #AD015C

Color information

#AD015C (or 0xAD015C) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 01 and 5C. RGB value is (173,1,92). Sum of RGB (Red+Green+Blue) = 173+1+92=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD015C is #52FEA3. Grayscale: #3E3E3E. Windows color (decimal): -5439140 or 6029741. OLE color: 6029741.

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

Color convert

RGB173192-
CMYK00.990.470.32
HSL328.26º98.85%34.12%-
HSV(B)328.26º99.42%67.84%-
XYZ19.189.6810.98-
YUV62.8144.48206.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.04%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=65.04%
G=0.38%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17319200.990.470.32328.2698.8534.12
HexAD15C0632F201486322
Octal25511340143574051014342
Binary1010110111011100011000111011111000001010010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD015C; }

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

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

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

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

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

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

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

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