Html Css Color HEX #AD0E6E Jazzberry Jam

📋 copy color: '#AD0E6E'

red 173 ◦ green 14 ◦ blue 110

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

Shades of Jazzberry Jam #AD0E6E

Tints of Jazzberry Jam #AD0E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 58.25%
G = 4.71%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD0E6E (or 0xAD0E6E) is known color: Jazzberry Jam. HEX triplet: AD, 0E and 6E. RGB value is (173,14,110). Sum of RGB (Red+Green+Blue) = 173+14+110=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0E6E is #52F191. Grayscale: #484848. Windows color (decimal): -5435794 or 7212717. OLE color: 7212717.

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

Color convert

RGB 173 14 110 -
CMYK 0 0.92 0.36 0.32
HSL 323.77º 0.85% 0.37% -
HSV(B) 323.77º 0.92% 0.68% -
XYZ 20.21 10.32 15.68 -
YUV 72.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 173 14 110 0 0.92 0.36 0.32 323.77 0.85 0.37
Hex AD E 6E 0 5C 24 20 144 55 25
Octal 255 16 156 0 134 44 40 504 125 45
Binary 10101101 1110 1101110 0 1011100 100100 100000 101000100 1010101 100101

Color Harmonies of #AD0E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0E6E

Black with #AD0E6E

Text Example


Text Example

White with #AD0E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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