Html Css Color HEX #AD056E Jazzberry Jam

📋 copy color: '#AD056E'

red 173 ◦ green 5 ◦ blue 110

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

Shades of Jazzberry Jam #AD056E

Tints of Jazzberry Jam #AD056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 60.07%
G = 1.74%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD056E (or 0xAD056E) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 6E. RGB value is (173,5,110). Sum of RGB (Red+Green+Blue) = 173+5+110=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD056E is #52FA91. Grayscale: #424242. Windows color (decimal): -5438098 or 7210413. OLE color: 7210413.

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

Color convert

RGB 173 5 110 -
CMYK 0 0.97 0.36 0.32
HSL 322.5º 0.94% 0.35% -
HSV(B) 322.5º 0.97% 0.68% -
XYZ 20.1 10.12 15.65 -
YUV 67.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 173 5 110 0 0.97 0.36 0.32 322.5 0.94 0.35
Hex AD 5 6E 0 61 24 20 142 5E 23
Octal 255 5 156 0 141 44 40 502 136 43
Binary 10101101 101 1101110 0 1100001 100100 100000 101000010 1011110 100011

Color Harmonies of #AD056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD056E

Black with #AD056E

Text Example


Text Example

White with #AD056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD056E; }

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

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

background-color css

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

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

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

border-color css

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

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

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