#ad1e67

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

Shades of Jazzberry Jam #AD1E67

Tints of Jazzberry Jam #AD1E67

Color information

#AD1E67 (or 0xAD1E67) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 1E and 67. RGB value is (173,30,103). Sum of RGB (Red+Green+Blue) = 173+30+103=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1E67 is #52E198. Grayscale: #505050. Windows color (decimal): -5431705 or 6758061. OLE color: 6758061.

HSL color Cylindrical-coordinate representation of color #AD1E67: hue angle of 329.37º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1E67 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB17330103-
CMYK00.830.400.32
HSL329.37º70.44%39.8%-
HSV(B)329.37º82.66%67.84%-
XYZ20.1510.7913.85-
YUV81.08140.38193.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.54%
GREEN value IS 30 (12.11% from 255) = 9.80%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=56.54%
G=9.80%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733010300.830.400.32329.3770.4439.8
HexAD1E6705328201494628
Octal255361470123504051110650
Binary10101101111101100111010100111010001000001010010011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad1e67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad1e67; }

 p { color: rgb(173,30,103); }

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

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

 a { background-color: rgb(173,30,103); }

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

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

 span { border-color: rgb(173,30,103); }

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