Html Css Color HEX #AD1869 Jazzberry Jam

📋 copy color: '#AD1869'

red 173 ◦ green 24 ◦ blue 105

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

Shades of Jazzberry Jam #AD1869

Tints of Jazzberry Jam #AD1869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.77%

R = 57.28%
G = 7.95%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD1869 (or 0xAD1869) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 69. RGB value is (173,24,105). Sum of RGB (Red+Green+Blue) = 173+24+105=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1869 is #52E796. Grayscale: #4D4D4D. Windows color (decimal): -5433239 or 6887597. OLE color: 6887597.

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

Color convert

RGB 173 24 105 -
CMYK 0 0.86 0.39 0.32
HSL 327.38º 0.76% 0.39% -
HSV(B) 327.38º 0.86% 0.68% -
XYZ 20.11 10.56 14.34 -
YUV 77.79 143.36 195.91 -
System Red Green Blue C M Y K H S L
Decimal 173 24 105 0 0.86 0.39 0.32 327.38 0.76 0.39
Hex AD 18 69 0 56 27 20 147 4C 27
Octal 255 30 151 0 126 47 40 507 114 47
Binary 10101101 11000 1101001 0 1010110 100111 100000 101000111 1001100 100111

Color Harmonies of #AD1869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1869

Black with #AD1869

Text Example


Text Example

White with #AD1869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1869; }

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

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

background-color css

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

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

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

border-color css

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

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

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