Html Css Color HEX #AD076D Jazzberry Jam

📋 copy color: '#AD076D'

red 173 ◦ green 7 ◦ blue 109

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

Shades of Jazzberry Jam #AD076D

Tints of Jazzberry Jam #AD076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.42%

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 59.86%
G = 2.42%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD076D (or 0xAD076D) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 6D. RGB value is (173,7,109). Sum of RGB (Red+Green+Blue) = 173+7+109=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD076D is #52F892. Grayscale: #444444. Windows color (decimal): -5437587 or 7145389. OLE color: 7145389.

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

Color convert

RGB 173 7 109 -
CMYK 0 0.96 0.37 0.32
HSL 323.13º 0.92% 0.35% -
HSV(B) 323.13º 0.96% 0.68% -
XYZ 20.07 10.14 15.37 -
YUV 68.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 173 7 109 0 0.96 0.37 0.32 323.13 0.92 0.35
Hex AD 7 6D 0 60 25 20 143 5C 23
Octal 255 7 155 0 140 45 40 503 134 43
Binary 10101101 111 1101101 0 1100000 100101 100000 101000011 1011100 100011

Color Harmonies of #AD076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD076D

Black with #AD076D

Text Example


Text Example

White with #AD076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD076D; }

 p { color: rgb(173,7,109); }

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

background-color css

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

 a { background-color: rgb(173,7,109); }

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

border-color css

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

 span { border-color: rgb(173,7,109); }

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