#AD145E

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

Shades of Jazzberry Jam #AD145E

Tints of Jazzberry Jam #AD145E

Color information

#AD145E (or 0xAD145E) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 14 and 5E. RGB value is (173,20,94). Sum of RGB (Red+Green+Blue) = 173+20+94=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD145E is #52EBA1. Grayscale: #4A4A4A. Windows color (decimal): -5434274 or 6165677. OLE color: 6165677.

HSL color Cylindrical-coordinate representation of color #AD145E: hue angle of 330.98º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD145E is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1732094-
CMYK00.880.460.32
HSL330.98º79.27%37.84%-
HSV(B)330.98º88.44%67.84%-
XYZ19.510.1911.53-
YUV74.18139.19198.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.28%
GREEN value IS 20 (8.20% from 255) = 6.97%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=60.28%
G=6.97%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173209400.880.460.32330.9879.2737.84
HexAD145E0582E2014b4f26
Octal255241360130564051311746
Binary10101101101001011110010110001011101000001010010111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD145E; }

 p { color: rgb(173,20,94); }

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

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

 a { background-color: rgb(173,20,94); }

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

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

 span { border-color: rgb(173,20,94); }

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