Html Css Color HEX #AD1966 Jazzberry Jam

📋 copy color: '#AD1966'

red 173 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #AD1966

Tints of Jazzberry Jam #AD1966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34%

R = 57.67%
G = 8.33%
B = 34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD1966 (or 0xAD1966) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 66. RGB value is (173,25,102). Sum of RGB (Red+Green+Blue) = 173+25+102=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1966 is #52E699. Grayscale: #4D4D4D. Windows color (decimal): -5432986 or 6691245. OLE color: 6691245.

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

Color convert

RGB 173 25 102 -
CMYK 0 0.86 0.41 0.32
HSL 328.78º 0.75% 0.39% -
HSV(B) 328.78º 0.86% 0.68% -
XYZ 19.98 10.54 13.55 -
YUV 78.03 141.53 195.74 -
System Red Green Blue C M Y K H S L
Decimal 173 25 102 0 0.86 0.41 0.32 328.78 0.75 0.39
Hex AD 19 66 0 56 29 20 149 4B 27
Octal 255 31 146 0 126 51 40 511 113 47
Binary 10101101 11001 1100110 0 1010110 101001 100000 101001001 1001011 100111

Color Harmonies of #AD1966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1966

Black with #AD1966

Text Example


Text Example

White with #AD1966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1966; }

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

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

background-color css

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

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

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

border-color css

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

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

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