Html Css Color HEX #AD056D Jazzberry Jam

📋 copy color: '#AD056D'

red 173 ◦ green 5 ◦ blue 109

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

Shades of Jazzberry Jam #AD056D

Tints of Jazzberry Jam #AD056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 60.28%
G = 1.74%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD056D (or 0xAD056D) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 6D. RGB value is (173,5,109). Sum of RGB (Red+Green+Blue) = 173+5+109=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD056D is #52FA92. Grayscale: #424242. Windows color (decimal): -5438099 or 7144877. OLE color: 7144877.

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

Color convert

RGB 173 5 109 -
CMYK 0 0.97 0.37 0.32
HSL 322.86º 0.94% 0.35% -
HSV(B) 322.86º 0.97% 0.68% -
XYZ 20.05 10.1 15.36 -
YUV 67.09 151.66 203.54 -
System Red Green Blue C M Y K H S L
Decimal 173 5 109 0 0.97 0.37 0.32 322.86 0.94 0.35
Hex AD 5 6D 0 61 25 20 143 5E 23
Octal 255 5 155 0 141 45 40 503 136 43
Binary 10101101 101 1101101 0 1100001 100101 100000 101000011 1011110 100011

Color Harmonies of #AD056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD056D

Black with #AD056D

Text Example


Text Example

White with #AD056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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