Html Css Color HEX #AD1766 Jazzberry Jam

📋 copy color: '#AD1766'

red 173 ◦ green 23 ◦ blue 102

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

Shades of Jazzberry Jam #AD1766

Tints of Jazzberry Jam #AD1766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.72%

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 58.05%
G = 7.72%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD1766 (or 0xAD1766) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 66. RGB value is (173,23,102). Sum of RGB (Red+Green+Blue) = 173+23+102=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1766 is #52E899. Grayscale: #4C4C4C. Windows color (decimal): -5433498 or 6690733. OLE color: 6690733.

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

Color convert

RGB 173 23 102 -
CMYK 0 0.87 0.41 0.32
HSL 328.4º 0.77% 0.38% -
HSV(B) 328.4º 0.87% 0.68% -
XYZ 19.94 10.46 13.54 -
YUV 76.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 173 23 102 0 0.87 0.41 0.32 328.4 0.77 0.38
Hex AD 17 66 0 57 29 20 148 4D 26
Octal 255 27 146 0 127 51 40 510 115 46
Binary 10101101 10111 1100110 0 1010111 101001 100000 101001000 1001101 100110

Color Harmonies of #AD1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1766

Black with #AD1766

Text Example


Text Example

White with #AD1766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1766; }

 p { color: rgb(173,23,102); }

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

background-color css

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

 a { background-color: rgb(173,23,102); }

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

border-color css

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

 span { border-color: rgb(173,23,102); }

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