Html Css Color HEX #AD1D6C Jazzberry Jam

📋 copy color: '#AD1D6C'

red 173 ◦ green 29 ◦ blue 108

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

Shades of Jazzberry Jam #AD1D6C

Tints of Jazzberry Jam #AD1D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 55.81%
G = 9.35%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD1D6C (or 0xAD1D6C) is known color: Jazzberry Jam. HEX triplet: AD, 1D and 6C. RGB value is (173,29,108). Sum of RGB (Red+Green+Blue) = 173+29+108=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D6C is #52E293. Grayscale: #505050. Windows color (decimal): -5431956 or 7085485. OLE color: 7085485.

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

Color convert

RGB 173 29 108 -
CMYK 0 0.83 0.38 0.32
HSL 327.08º 0.71% 0.4% -
HSV(B) 327.08º 0.83% 0.68% -
XYZ 20.38 10.85 15.21 -
YUV 81.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 173 29 108 0 0.83 0.38 0.32 327.08 0.71 0.4
Hex AD 1D 6C 0 53 26 20 147 47 28
Octal 255 35 154 0 123 46 40 507 107 50
Binary 10101101 11101 1101100 0 1010011 100110 100000 101000111 1000111 101000

Color Harmonies of #AD1D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D6C

Black with #AD1D6C

Text Example


Text Example

White with #AD1D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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