Html Css Color HEX #AD056B Jazzberry Jam

📋 copy color: '#AD056B'

red 173 ◦ green 5 ◦ blue 107

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

Shades of Jazzberry Jam #AD056B

Tints of Jazzberry Jam #AD056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 60.7%
G = 1.75%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD056B (or 0xAD056B) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 6B. RGB value is (173,5,107). Sum of RGB (Red+Green+Blue) = 173+5+107=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD056B is #52FA94. Grayscale: #424242. Windows color (decimal): -5438101 or 7013805. OLE color: 7013805.

HSL color Cylindrical-coordinate representation of color #AD056B: hue angle of 323.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD056B is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 107 -
CMYK 0 0.97 0.38 0.32
HSL 323.57º 0.94% 0.35% -
HSV(B) 323.57º 0.97% 0.68% -
XYZ 19.94 10.05 14.8 -
YUV 66.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 173 5 107 0 0.97 0.38 0.32 323.57 0.94 0.35
Hex AD 5 6B 0 61 26 20 144 5E 23
Octal 255 5 153 0 141 46 40 504 136 43
Binary 10101101 101 1101011 0 1100001 100110 100000 101000100 1011110 100011

Color Harmonies of #AD056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD056B

Black with #AD056B

Text Example


Text Example

White with #AD056B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD056B; }

 p { color: rgb(173,5,107); }

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

background-color css

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

 a { background-color: rgb(173,5,107); }

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

border-color css

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

 span { border-color: rgb(173,5,107); }

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