Html Css Color HEX #AD1965 Jazzberry Jam

📋 copy color: '#AD1965'

red 173 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #AD1965

Tints of Jazzberry Jam #AD1965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 57.86%
G = 8.36%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD1965 (or 0xAD1965) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 65. RGB value is (173,25,101). Sum of RGB (Red+Green+Blue) = 173+25+101=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1965 is #52E69A. Grayscale: #4D4D4D. Windows color (decimal): -5432987 or 6625709. OLE color: 6625709.

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

Color convert

RGB 173 25 101 -
CMYK 0 0.86 0.42 0.32
HSL 329.19º 0.75% 0.39% -
HSV(B) 329.19º 0.86% 0.68% -
XYZ 19.93 10.52 13.29 -
YUV 77.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 173 25 101 0 0.86 0.42 0.32 329.19 0.75 0.39
Hex AD 19 65 0 56 2A 20 149 4B 27
Octal 255 31 145 0 126 52 40 511 113 47
Binary 10101101 11001 1100101 0 1010110 101010 100000 101001001 1001011 100111

Color Harmonies of #AD1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1965

Black with #AD1965

Text Example


Text Example

White with #AD1965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1965; }

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

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

background-color css

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

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

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

border-color css

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

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

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