Html Css Color HEX #AD0D6C Jazzberry Jam

📋 copy color: '#AD0D6C'

red 173 ◦ green 13 ◦ blue 108

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

Shades of Jazzberry Jam #AD0D6C

Tints of Jazzberry Jam #AD0D6C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.42%

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

R = 58.84%
G = 4.42%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD0D6C (or 0xAD0D6C) is known color: Jazzberry Jam. HEX triplet: AD, 0D and 6C. RGB value is (173,13,108). Sum of RGB (Red+Green+Blue) = 173+13+108=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0D6C is #52F293. Grayscale: #474747. Windows color (decimal): -5436052 or 7081389. OLE color: 7081389.

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

Color convert

RGB 173 13 108 -
CMYK 0 0.92 0.38 0.32
HSL 324.38º 0.86% 0.36% -
HSV(B) 324.38º 0.92% 0.68% -
XYZ 20.08 10.25 15.11 -
YUV 71.67 148.51 200.28 -
System Red Green Blue C M Y K H S L
Decimal 173 13 108 0 0.92 0.38 0.32 324.38 0.86 0.36
Hex AD D 6C 0 5C 26 20 144 56 24
Octal 255 15 154 0 134 46 40 504 126 44
Binary 10101101 1101 1101100 0 1011100 100110 100000 101000100 1010110 100100

Color Harmonies of #AD0D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0D6C

Black with #AD0D6C

Text Example


Text Example

White with #AD0D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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