Html Css Color HEX #AD0671 Jazzberry Jam

📋 copy color: '#AD0671'

red 173 ◦ green 6 ◦ blue 113

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

Shades of Jazzberry Jam #AD0671

Tints of Jazzberry Jam #AD0671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 59.25%
G = 2.05%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD0671 (or 0xAD0671) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 71. RGB value is (173,6,113). Sum of RGB (Red+Green+Blue) = 173+6+113=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0671 is #52F98E. Grayscale: #434343. Windows color (decimal): -5437839 or 7407277. OLE color: 7407277.

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

Color convert

RGB 173 6 113 -
CMYK 0 0.97 0.35 0.32
HSL 321.56º 0.93% 0.35% -
HSV(B) 321.56º 0.97% 0.68% -
XYZ 20.28 10.21 16.52 -
YUV 68.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 173 6 113 0 0.97 0.35 0.32 321.56 0.93 0.35
Hex AD 6 71 0 61 23 20 142 5D 23
Octal 255 6 161 0 141 43 40 502 135 43
Binary 10101101 110 1110001 0 1100001 100011 100000 101000010 1011101 100011

Color Harmonies of #AD0671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0671

Black with #AD0671

Text Example


Text Example

White with #AD0671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0671; }

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

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

background-color css

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

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

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

border-color css

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

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

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