Html Css Color HEX #AD1969 Jazzberry Jam

📋 copy color: '#AD1969'

red 173 ◦ green 25 ◦ blue 105

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

Shades of Jazzberry Jam #AD1969

Tints of Jazzberry Jam #AD1969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.25%

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

R = 57.1%
G = 8.25%
B = 34.65%

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

#AD1969 (or 0xAD1969) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 69. RGB value is (173,25,105). Sum of RGB (Red+Green+Blue) = 173+25+105=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1969 is #52E696. Grayscale: #4E4E4E. Windows color (decimal): -5432983 or 6887853. OLE color: 6887853.

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

Color convert

RGB 173 25 105 -
CMYK 0 0.86 0.39 0.32
HSL 327.57º 0.75% 0.39% -
HSV(B) 327.57º 0.86% 0.68% -
XYZ 20.13 10.6 14.35 -
YUV 78.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 173 25 105 0 0.86 0.39 0.32 327.57 0.75 0.39
Hex AD 19 69 0 56 27 20 148 4B 27
Octal 255 31 151 0 126 47 40 510 113 47
Binary 10101101 11001 1101001 0 1010110 100111 100000 101001000 1001011 100111

Color Harmonies of #AD1969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1969

Black with #AD1969

Text Example


Text Example

White with #AD1969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1969; }

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

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

background-color css

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

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

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

border-color css

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

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

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