#AD014A

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

Shades of Jazzberry Jam #AD014A

Tints of Jazzberry Jam #AD014A

Color information

#AD014A (or 0xAD014A) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 01 and 4A. RGB value is (173,1,74). Sum of RGB (Red+Green+Blue) = 173+1+74=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD014A is #52FEB5. Grayscale: #3C3C3C. Windows color (decimal): -5439158 or 4850093. OLE color: 4850093.

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

Color convert

RGB173174-
CMYK00.990.570.32
HSL334.53º98.85%34.12%-
HSV(B)334.53º99.42%67.84%-
XYZ18.489.47.32-
YUV60.75135.48208.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.76%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=69.76%
G=0.40%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317400.990.570.32334.5398.8534.12
HexAD14A063392014f6322
Octal25511120143714051714342
Binary1010110111001010011000111110011000001010011111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD014A; }

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

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

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

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

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

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

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

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