Html Css Color HEX #AD076C Jazzberry Jam

📋 copy color: '#AD076C'

red 173 ◦ green 7 ◦ blue 108

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

Shades of Jazzberry Jam #AD076C

Tints of Jazzberry Jam #AD076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 60.07%
G = 2.43%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD076C (or 0xAD076C) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 6C. RGB value is (173,7,108). Sum of RGB (Red+Green+Blue) = 173+7+108=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD076C is #52F893. Grayscale: #434343. Windows color (decimal): -5437588 or 7079853. OLE color: 7079853.

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

Color convert

RGB 173 7 108 -
CMYK 0 0.96 0.38 0.32
HSL 323.49º 0.92% 0.35% -
HSV(B) 323.49º 0.96% 0.68% -
XYZ 20.02 10.12 15.09 -
YUV 68.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 173 7 108 0 0.96 0.38 0.32 323.49 0.92 0.35
Hex AD 7 6C 0 60 26 20 143 5C 23
Octal 255 7 154 0 140 46 40 503 134 43
Binary 10101101 111 1101100 0 1100000 100110 100000 101000011 1011100 100011

Color Harmonies of #AD076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD076C

Black with #AD076C

Text Example


Text Example

White with #AD076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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