Html Css Color HEX #AD1665 Jazzberry Jam

📋 copy color: '#AD1665'

red 173 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #AD1665

Tints of Jazzberry Jam #AD1665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 58.45%
G = 7.43%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD1665 (or 0xAD1665) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 65. RGB value is (173,22,101). Sum of RGB (Red+Green+Blue) = 173+22+101=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1665 is #52E99A. Grayscale: #4B4B4B. Windows color (decimal): -5433755 or 6624941. OLE color: 6624941.

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

Color convert

RGB 173 22 101 -
CMYK 0 0.87 0.42 0.32
HSL 328.61º 0.77% 0.38% -
HSV(B) 328.61º 0.87% 0.68% -
XYZ 19.87 10.4 13.27 -
YUV 76.16 142.03 197.08 -
System Red Green Blue C M Y K H S L
Decimal 173 22 101 0 0.87 0.42 0.32 328.61 0.77 0.38
Hex AD 16 65 0 57 2A 20 149 4D 26
Octal 255 26 145 0 127 52 40 511 115 46
Binary 10101101 10110 1100101 0 1010111 101010 100000 101001001 1001101 100110

Color Harmonies of #AD1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1665

Black with #AD1665

Text Example


Text Example

White with #AD1665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1665; }

 p { color: rgb(173,22,101); }

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

background-color css

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

 a { background-color: rgb(173,22,101); }

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

border-color css

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

 span { border-color: rgb(173,22,101); }

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