#AD126A

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

Shades of Jazzberry Jam #AD126A

Tints of Jazzberry Jam #AD126A

Color information

#AD126A (or 0xAD126A) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 12 and 6A. RGB value is (173,18,106). Sum of RGB (Red+Green+Blue) = 173+18+106=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD126A is #52ED95. Grayscale: #4A4A4A. Windows color (decimal): -5434774 or 6951597. OLE color: 6951597.

HSL color Cylindrical-coordinate representation of color #AD126A: hue angle of 325.94º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD126A is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB17318106-
CMYK00.900.390.32
HSL325.94º81.15%37.45%-
HSV(B)325.94º89.6%67.84%-
XYZ20.0510.3614.58-
YUV74.38145.85198.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.25%
GREEN value IS 18 (7.42% from 255) = 6.06%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=58.25%
G=6.06%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731810600.900.390.32325.9481.1537.45
HexAD126A05A27201465125
Octal255221520132474050612145
Binary10101101100101101010010110101001111000001010001101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD126A; }

 p { color: rgb(173,18,106); }

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

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

 a { background-color: rgb(173,18,106); }

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

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

 span { border-color: rgb(173,18,106); }

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