#AD145A

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

Shades of Jazzberry Jam #AD145A

Tints of Jazzberry Jam #AD145A

Color information

#AD145A (or 0xAD145A) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 14 and 5A. RGB value is (173,20,90). Sum of RGB (Red+Green+Blue) = 173+20+90=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD145A is #52EBA5. Grayscale: #494949. Windows color (decimal): -5434278 or 5903533. OLE color: 5903533.

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

Color convert

RGB1732090-
CMYK00.880.480.32
HSL332.55º79.27%37.84%-
HSV(B)332.55º88.44%67.84%-
XYZ19.3310.1210.61-
YUV73.73137.19198.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.13%
GREEN value IS 20 (8.20% from 255) = 7.07%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=61.13%
G=7.07%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173209000.880.480.32332.5579.2737.84
HexAD145A058302014d4f26
Octal255241320130604051511746
Binary10101101101001011010010110001100001000001010011011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD145A; }

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

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

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

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

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

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

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

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