Html Css Color HEX #AD1658 Jazzberry Jam

📋 copy color: '#AD1658'

red 173 ◦ green 22 ◦ blue 88

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

Shades of Jazzberry Jam #AD1658

Tints of Jazzberry Jam #AD1658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.1%

R = 61.13%
G = 7.77%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD1658 (or 0xAD1658) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 58. RGB value is (173,22,88). Sum of RGB (Red+Green+Blue) = 173+22+88=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1658 is #52E9A7. Grayscale: #4A4A4A. Windows color (decimal): -5433768 or 5772973. OLE color: 5772973.

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

Color convert

RGB 173 22 88 -
CMYK 0 0.87 0.49 0.32
HSL 333.77º 0.77% 0.38% -
HSV(B) 333.77º 0.87% 0.68% -
XYZ 19.28 10.16 10.18 -
YUV 74.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 173 22 88 0 0.87 0.49 0.32 333.77 0.77 0.38
Hex AD 16 58 0 57 31 20 14E 4D 26
Octal 255 26 130 0 127 61 40 516 115 46
Binary 10101101 10110 1011000 0 1010111 110001 100000 101001110 1001101 100110

Color Harmonies of #AD1658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1658

Black with #AD1658

Text Example


Text Example

White with #AD1658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1658; }

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

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

background-color css

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

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

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

border-color css

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

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

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