Html Css Color HEX #AD1077 Jazzberry Jam

📋 copy color: '#AD1077'

red 173 ◦ green 16 ◦ blue 119

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

Shades of Jazzberry Jam #AD1077

Tints of Jazzberry Jam #AD1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 56.17%
G = 5.19%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD1077 (or 0xAD1077) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 77. RGB value is (173,16,119). Sum of RGB (Red+Green+Blue) = 173+16+119=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1077 is #52EF88. Grayscale: #4A4A4A. Windows color (decimal): -5435273 or 7803053. OLE color: 7803053.

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

Color convert

RGB 173 16 119 -
CMYK 0 0.91 0.31 0.32
HSL 320.64º 0.83% 0.37% -
HSV(B) 320.64º 0.91% 0.68% -
XYZ 20.75 10.59 18.4 -
YUV 74.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 173 16 119 0 0.91 0.31 0.32 320.64 0.83 0.37
Hex AD 10 77 0 5B 1F 20 141 53 25
Octal 255 20 167 0 133 37 40 501 123 45
Binary 10101101 10000 1110111 0 1011011 11111 100000 101000001 1010011 100101

Color Harmonies of #AD1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1077

Black with #AD1077

Text Example


Text Example

White with #AD1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1077; }

 p { color: rgb(173,16,119); }

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

background-color css

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

 a { background-color: rgb(173,16,119); }

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

border-color css

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

 span { border-color: rgb(173,16,119); }

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