Html Css Color HEX #AD0660 Jazzberry Jam

📋 copy color: '#AD0660'

red 173 ◦ green 6 ◦ blue 96

#AD0660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AD0660

Tints of Jazzberry Jam #AD0660

RGB

 RED value IS 173 (67.97% from 255) = 62.91%

 GREEN value IS 6 (2.73% from 255) = 2.18%

 BLUE value IS 96 (37.89% from 255) = 34.91%

R = 62.91%
G = 2.18%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD0660 (or 0xAD0660) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 60. RGB value is (173,6,96). Sum of RGB (Red+Green+Blue) = 173+6+96=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0660 is #52F99F. Grayscale: #424242. Windows color (decimal): -5437856 or 6293165. OLE color: 6293165.

HSL color Cylindrical-coordinate representation of color #AD0660: hue angle of 327.66º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0660 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 6 96 -
CMYK 0 0.97 0.45 0.32
HSL 327.66º 0.93% 0.35% -
HSV(B) 327.66º 0.97% 0.68% -
XYZ 19.41 9.86 11.95 -
YUV 66.19 144.83 204.18 -
System Red Green Blue C M Y K H S L
Decimal 173 6 96 0 0.97 0.45 0.32 327.66 0.93 0.35
Hex AD 6 60 0 61 2D 20 148 5D 23
Octal 255 6 140 0 141 55 40 510 135 43
Binary 10101101 110 1100000 0 1100001 101101 100000 101001000 1011101 100011

Color Harmonies of #AD0660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0660

Black with #AD0660

Text Example


Text Example

White with #AD0660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0660; }

 p { color: rgb(173,6,96); }

 H1.HeaderClassName
 {
   color: #AD0660;
 }
 .AnyTagClassName
 {
   color: #AD0660;
 }
</style>

background-color css

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

 a { background-color: rgb(173,6,96); }

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

border-color css

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

 span { border-color: rgb(173,6,96); }

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