Html Css Color HEX #AD1D63 Jazzberry Jam

📋 copy color: '#AD1D63'

red 173 ◦ green 29 ◦ blue 99

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

Shades of Jazzberry Jam #AD1D63

Tints of Jazzberry Jam #AD1D63

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 57.48%
G = 9.63%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD1D63 (or 0xAD1D63) is known color: Jazzberry Jam. HEX triplet: AD, 1D and 63. RGB value is (173,29,99). Sum of RGB (Red+Green+Blue) = 173+29+99=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D63 is #52E29C. Grayscale: #4F4F4F. Windows color (decimal): -5431965 or 6495661. OLE color: 6495661.

HSL color Cylindrical-coordinate representation of color #AD1D63: hue angle of 330.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D63 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 29 99 -
CMYK 0 0.83 0.43 0.32
HSL 330.83º 0.71% 0.4% -
HSV(B) 330.83º 0.83% 0.68% -
XYZ 19.93 10.66 12.81 -
YUV 80.04 138.71 194.31 -
System Red Green Blue C M Y K H S L
Decimal 173 29 99 0 0.83 0.43 0.32 330.83 0.71 0.4
Hex AD 1D 63 0 53 2B 20 14B 47 28
Octal 255 35 143 0 123 53 40 513 107 50
Binary 10101101 11101 1100011 0 1010011 101011 100000 101001011 1000111 101000

Color Harmonies of #AD1D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D63

Black with #AD1D63

Text Example


Text Example

White with #AD1D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D63; }

 p { color: rgb(173,29,99); }

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

background-color css

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

 a { background-color: rgb(173,29,99); }

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

border-color css

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

 span { border-color: rgb(173,29,99); }

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