Html Css Color HEX #AD1874 Jazzberry Jam

📋 copy color: '#AD1874'

red 173 ◦ green 24 ◦ blue 116

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

Shades of Jazzberry Jam #AD1874

Tints of Jazzberry Jam #AD1874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 55.27%
G = 7.67%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD1874 (or 0xAD1874) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 74. RGB value is (173,24,116). Sum of RGB (Red+Green+Blue) = 173+24+116=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1874 is #52E78B. Grayscale: #4E4E4E. Windows color (decimal): -5433228 or 7608493. OLE color: 7608493.

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

Color convert

RGB 173 24 116 -
CMYK 0 0.86 0.33 0.32
HSL 322.95º 0.76% 0.39% -
HSV(B) 322.95º 0.86% 0.68% -
XYZ 20.71 10.8 17.52 -
YUV 79.04 148.86 195.02 -
System Red Green Blue C M Y K H S L
Decimal 173 24 116 0 0.86 0.33 0.32 322.95 0.76 0.39
Hex AD 18 74 0 56 21 20 143 4C 27
Octal 255 30 164 0 126 41 40 503 114 47
Binary 10101101 11000 1110100 0 1010110 100001 100000 101000011 1001100 100111

Color Harmonies of #AD1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1874

Black with #AD1874

Text Example


Text Example

White with #AD1874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1874; }

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

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

background-color css

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

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

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

border-color css

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

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

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