Html Css Color HEX #AD0D6E Jazzberry Jam

📋 copy color: '#AD0D6E'

red 173 ◦ green 13 ◦ blue 110

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

Shades of Jazzberry Jam #AD0D6E

Tints of Jazzberry Jam #AD0D6E

RGB

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

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

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

R = 58.45%
G = 4.39%
B = 37.16%

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

#AD0D6E (or 0xAD0D6E) is known color: Jazzberry Jam. HEX triplet: AD, 0D and 6E. RGB value is (173,13,110). Sum of RGB (Red+Green+Blue) = 173+13+110=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0D6E is #52F291. Grayscale: #474747. Windows color (decimal): -5436050 or 7212461. OLE color: 7212461.

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

Color convert

RGB 173 13 110 -
CMYK 0 0.92 0.36 0.32
HSL 323.63º 0.86% 0.36% -
HSV(B) 323.63º 0.92% 0.68% -
XYZ 20.19 10.3 15.68 -
YUV 71.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 173 13 110 0 0.92 0.36 0.32 323.63 0.86 0.36
Hex AD D 6E 0 5C 24 20 144 56 24
Octal 255 15 156 0 134 44 40 504 126 44
Binary 10101101 1101 1101110 0 1011100 100100 100000 101000100 1010110 100100

Color Harmonies of #AD0D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0D6E

Black with #AD0D6E

Text Example


Text Example

White with #AD0D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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