Html Css Color HEX #AD056A Jazzberry Jam

📋 copy color: '#AD056A'

red 173 ◦ green 5 ◦ blue 106

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

Shades of Jazzberry Jam #AD056A

Tints of Jazzberry Jam #AD056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 60.92%
G = 1.76%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD056A (or 0xAD056A) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 6A. RGB value is (173,5,106). Sum of RGB (Red+Green+Blue) = 173+5+106=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD056A is #52FA95. Grayscale: #424242. Windows color (decimal): -5438102 or 6948269. OLE color: 6948269.

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

Color convert

RGB 173 5 106 -
CMYK 0 0.97 0.39 0.32
HSL 323.93º 0.94% 0.35% -
HSV(B) 323.93º 0.97% 0.68% -
XYZ 19.89 10.03 14.52 -
YUV 66.75 150.16 203.79 -
System Red Green Blue C M Y K H S L
Decimal 173 5 106 0 0.97 0.39 0.32 323.93 0.94 0.35
Hex AD 5 6A 0 61 27 20 144 5E 23
Octal 255 5 152 0 141 47 40 504 136 43
Binary 10101101 101 1101010 0 1100001 100111 100000 101000100 1011110 100011

Color Harmonies of #AD056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD056A

Black with #AD056A

Text Example


Text Example

White with #AD056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD056A; }

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

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

background-color css

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

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

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

border-color css

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

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

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