Html Css Color HEX #AD0E77 Jazzberry Jam

📋 copy color: '#AD0E77'

red 173 ◦ green 14 ◦ blue 119

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

Shades of Jazzberry Jam #AD0E77

Tints of Jazzberry Jam #AD0E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.58%

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

R = 56.54%
G = 4.58%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD0E77 (or 0xAD0E77) is known color: Jazzberry Jam. HEX triplet: AD, 0E and 77. RGB value is (173,14,119). Sum of RGB (Red+Green+Blue) = 173+14+119=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0E77 is #52F188. Grayscale: #494949. Windows color (decimal): -5435785 or 7802541. OLE color: 7802541.

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

Color convert

RGB 173 14 119 -
CMYK 0 0.92 0.31 0.32
HSL 320.38º 0.85% 0.37% -
HSV(B) 320.38º 0.92% 0.68% -
XYZ 20.72 10.53 18.39 -
YUV 73.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 173 14 119 0 0.92 0.31 0.32 320.38 0.85 0.37
Hex AD E 77 0 5C 1F 20 140 55 25
Octal 255 16 167 0 134 37 40 500 125 45
Binary 10101101 1110 1110111 0 1011100 11111 100000 101000000 1010101 100101

Color Harmonies of #AD0E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0E77

Black with #AD0E77

Text Example


Text Example

White with #AD0E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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