Html Css Color HEX #AD1875 Jazzberry Jam

📋 copy color: '#AD1875'

red 173 ◦ green 24 ◦ blue 117

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

Shades of Jazzberry Jam #AD1875

Tints of Jazzberry Jam #AD1875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 55.1%
G = 7.64%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD1875 (or 0xAD1875) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 75. RGB value is (173,24,117). Sum of RGB (Red+Green+Blue) = 173+24+117=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1875 is #52E78A. Grayscale: #4E4E4E. Windows color (decimal): -5433227 or 7674029. OLE color: 7674029.

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

Color convert

RGB 173 24 117 -
CMYK 0 0.86 0.32 0.32
HSL 322.55º 0.76% 0.39% -
HSV(B) 322.55º 0.86% 0.68% -
XYZ 20.77 10.82 17.82 -
YUV 79.15 149.36 194.94 -
System Red Green Blue C M Y K H S L
Decimal 173 24 117 0 0.86 0.32 0.32 322.55 0.76 0.39
Hex AD 18 75 0 56 20 20 143 4C 27
Octal 255 30 165 0 126 40 40 503 114 47
Binary 10101101 11000 1110101 0 1010110 100000 100000 101000011 1001100 100111

Color Harmonies of #AD1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1875

Black with #AD1875

Text Example


Text Example

White with #AD1875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1875; }

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

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

background-color css

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

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

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

border-color css

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

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

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