Html Css Color HEX #AD0661 Jazzberry Jam

📋 copy color: '#AD0661'

red 173 ◦ green 6 ◦ blue 97

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

Shades of Jazzberry Jam #AD0661

Tints of Jazzberry Jam #AD0661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 62.68%
G = 2.17%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD0661 (or 0xAD0661) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 61. RGB value is (173,6,97). Sum of RGB (Red+Green+Blue) = 173+6+97=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0661 is #52F99E. Grayscale: #424242. Windows color (decimal): -5437855 or 6358701. OLE color: 6358701.

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

Color convert

RGB 173 6 97 -
CMYK 0 0.97 0.44 0.32
HSL 327.31º 0.93% 0.35% -
HSV(B) 327.31º 0.97% 0.68% -
XYZ 19.46 9.88 12.19 -
YUV 66.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 173 6 97 0 0.97 0.44 0.32 327.31 0.93 0.35
Hex AD 6 61 0 61 2C 20 147 5D 23
Octal 255 6 141 0 141 54 40 507 135 43
Binary 10101101 110 1100001 0 1100001 101100 100000 101000111 1011101 100011

Color Harmonies of #AD0661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0661

Black with #AD0661

Text Example


Text Example

White with #AD0661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0661; }

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

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

background-color css

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

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

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

border-color css

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

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

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