Html Css Color HEX #AD1668 Jazzberry Jam

📋 copy color: '#AD1668'

red 173 ◦ green 22 ◦ blue 104

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

Shades of Jazzberry Jam #AD1668

Tints of Jazzberry Jam #AD1668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 57.86%
G = 7.36%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD1668 (or 0xAD1668) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 68. RGB value is (173,22,104). Sum of RGB (Red+Green+Blue) = 173+22+104=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1668 is #52E997. Grayscale: #4C4C4C. Windows color (decimal): -5433752 or 6821549. OLE color: 6821549.

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

Color convert

RGB 173 22 104 -
CMYK 0 0.87 0.40 0.32
HSL 327.42º 0.77% 0.38% -
HSV(B) 327.42º 0.87% 0.68% -
XYZ 20.02 10.46 14.06 -
YUV 76.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 173 22 104 0 0.87 0.40 0.32 327.42 0.77 0.38
Hex AD 16 68 0 57 28 20 147 4D 26
Octal 255 26 150 0 127 50 40 507 115 46
Binary 10101101 10110 1101000 0 1010111 101000 100000 101000111 1001101 100110

Color Harmonies of #AD1668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1668

Black with #AD1668

Text Example


Text Example

White with #AD1668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1668; }

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

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

background-color css

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

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

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

border-color css

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

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

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