Html Css Color HEX #AD044E Jazzberry Jam

📋 copy color: '#AD044E'

red 173 ◦ green 4 ◦ blue 78

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

Shades of Jazzberry Jam #AD044E

Tints of Jazzberry Jam #AD044E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 67.84%
G = 1.57%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD044E (or 0xAD044E) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 4E. RGB value is (173,4,78). Sum of RGB (Red+Green+Blue) = 173+4+78=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD044E is #52FBB1. Grayscale: #3E3E3E. Windows color (decimal): -5438386 or 5113005. OLE color: 5113005.

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

Color convert

RGB 173 4 78 -
CMYK 0 0.98 0.55 0.32
HSL 333.73º 0.95% 0.35% -
HSV(B) 333.73º 0.98% 0.68% -
XYZ 18.65 9.52 8.06 -
YUV 62.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 173 4 78 0 0.98 0.55 0.32 333.73 0.95 0.35
Hex AD 4 4E 0 62 37 20 14E 5F 23
Octal 255 4 116 0 142 67 40 516 137 43
Binary 10101101 100 1001110 0 1100010 110111 100000 101001110 1011111 100011

Color Harmonies of #AD044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD044E

Black with #AD044E

Text Example


Text Example

White with #AD044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD044E; }

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

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

background-color css

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

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

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

border-color css

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

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

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