Html Css Color HEX #AD1862 Jazzberry Jam

📋 copy color: '#AD1862'

red 173 ◦ green 24 ◦ blue 98

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

Shades of Jazzberry Jam #AD1862

Tints of Jazzberry Jam #AD1862

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 58.64%
G = 8.14%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD1862 (or 0xAD1862) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 62. RGB value is (173,24,98). Sum of RGB (Red+Green+Blue) = 173+24+98=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1862 is #52E79D. Grayscale: #4C4C4C. Windows color (decimal): -5433246 or 6428845. OLE color: 6428845.

HSL color Cylindrical-coordinate representation of color #AD1862: hue angle of 330.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1862 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 98 -
CMYK 0 0.86 0.43 0.32
HSL 330.2º 0.76% 0.39% -
HSV(B) 330.2º 0.86% 0.68% -
XYZ 19.76 10.42 12.52 -
YUV 76.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 173 24 98 0 0.86 0.43 0.32 330.2 0.76 0.39
Hex AD 18 62 0 56 2B 20 14A 4C 27
Octal 255 30 142 0 126 53 40 512 114 47
Binary 10101101 11000 1100010 0 1010110 101011 100000 101001010 1001100 100111

Color Harmonies of #AD1862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1862

Black with #AD1862

Text Example


Text Example

White with #AD1862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1862; }

 p { color: rgb(173,24,98); }

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

background-color css

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

 a { background-color: rgb(173,24,98); }

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

border-color css

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

 span { border-color: rgb(173,24,98); }

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