Html Css Color HEX #AD046F Jazzberry Jam

📋 copy color: '#AD046F'

red 173 ◦ green 4 ◦ blue 111

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

Shades of Jazzberry Jam #AD046F

Tints of Jazzberry Jam #AD046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 60.07%
G = 1.39%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD046F (or 0xAD046F) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 6F. RGB value is (173,4,111). Sum of RGB (Red+Green+Blue) = 173+4+111=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD046F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD046F is #52FB90. Grayscale: #424242. Windows color (decimal): -5438353 or 7275693. OLE color: 7275693.

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

Color convert

RGB 173 4 111 -
CMYK 0 0.98 0.36 0.32
HSL 322.01º 0.95% 0.35% -
HSV(B) 322.01º 0.98% 0.68% -
XYZ 20.15 10.12 15.93 -
YUV 66.73 152.99 203.8 -
System Red Green Blue C M Y K H S L
Decimal 173 4 111 0 0.98 0.36 0.32 322.01 0.95 0.35
Hex AD 4 6F 0 62 24 20 142 5F 23
Octal 255 4 157 0 142 44 40 502 137 43
Binary 10101101 100 1101111 0 1100010 100100 100000 101000010 1011111 100011

Color Harmonies of #AD046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD046F

Black with #AD046F

Text Example


Text Example

White with #AD046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD046F; }

 p { color: rgb(173,4,111); }

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

background-color css

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

 a { background-color: rgb(173,4,111); }

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

border-color css

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

 span { border-color: rgb(173,4,111); }

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