Html Css Color HEX #AD044F Jazzberry Jam

📋 copy color: '#AD044F'

red 173 ◦ green 4 ◦ blue 79

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

Shades of Jazzberry Jam #AD044F

Tints of Jazzberry Jam #AD044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.86%

R = 67.58%
G = 1.56%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD044F (or 0xAD044F) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 4F. RGB value is (173,4,79). Sum of RGB (Red+Green+Blue) = 173+4+79=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD044F is #52FBB0. Grayscale: #3E3E3E. Windows color (decimal): -5438385 or 5178541. OLE color: 5178541.

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

Color convert

RGB 173 4 79 -
CMYK 0 0.98 0.54 0.32
HSL 333.37º 0.95% 0.35% -
HSV(B) 333.37º 0.98% 0.68% -
XYZ 18.69 9.54 8.25 -
YUV 63.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 173 4 79 0 0.98 0.54 0.32 333.37 0.95 0.35
Hex AD 4 4F 0 62 36 20 14D 5F 23
Octal 255 4 117 0 142 66 40 515 137 43
Binary 10101101 100 1001111 0 1100010 110110 100000 101001101 1011111 100011

Color Harmonies of #AD044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD044F

Black with #AD044F

Text Example


Text Example

White with #AD044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD044F; }

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

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

background-color css

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

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

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

border-color css

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

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

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