Html Css Color HEX #AD1B73 Jazzberry Jam

📋 copy color: '#AD1B73'

red 173 ◦ green 27 ◦ blue 115

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

Shades of Jazzberry Jam #AD1B73

Tints of Jazzberry Jam #AD1B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.57%

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 54.92%
G = 8.57%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD1B73 (or 0xAD1B73) is known color: Jazzberry Jam. HEX triplet: AD, 1B and 73. RGB value is (173,27,115). Sum of RGB (Red+Green+Blue) = 173+27+115=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B73 is #52E48C. Grayscale: #505050. Windows color (decimal): -5432461 or 7543725. OLE color: 7543725.

HSL color Cylindrical-coordinate representation of color #AD1B73: hue angle of 323.84º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B73 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 27 115 -
CMYK 0 0.84 0.34 0.32
HSL 323.84º 0.73% 0.39% -
HSV(B) 323.84º 0.84% 0.68% -
XYZ 20.72 10.91 17.23 -
YUV 80.69 147.37 193.84 -
System Red Green Blue C M Y K H S L
Decimal 173 27 115 0 0.84 0.34 0.32 323.84 0.73 0.39
Hex AD 1B 73 0 54 22 20 144 49 27
Octal 255 33 163 0 124 42 40 504 111 47
Binary 10101101 11011 1110011 0 1010100 100010 100000 101000100 1001001 100111

Color Harmonies of #AD1B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B73

Black with #AD1B73

Text Example


Text Example

White with #AD1B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B73; }

 p { color: rgb(173,27,115); }

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

background-color css

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

 a { background-color: rgb(173,27,115); }

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

border-color css

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

 span { border-color: rgb(173,27,115); }

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