Html Css Color HEX #AD054D Jazzberry Jam

📋 copy color: '#AD054D'

red 173 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #AD054D

Tints of Jazzberry Jam #AD054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 67.84%
G = 1.96%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD054D (or 0xAD054D) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 4D. RGB value is (173,5,77). Sum of RGB (Red+Green+Blue) = 173+5+77=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD054D is #52FAB2. Grayscale: #3F3F3F. Windows color (decimal): -5438131 or 5047725. OLE color: 5047725.

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

Color convert

RGB 173 5 77 -
CMYK 0 0.97 0.55 0.32
HSL 334.29º 0.94% 0.35% -
HSV(B) 334.29º 0.97% 0.68% -
XYZ 18.63 9.53 7.88 -
YUV 63.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 173 5 77 0 0.97 0.55 0.32 334.29 0.94 0.35
Hex AD 5 4D 0 61 37 20 14E 5E 23
Octal 255 5 115 0 141 67 40 516 136 43
Binary 10101101 101 1001101 0 1100001 110111 100000 101001110 1011110 100011

Color Harmonies of #AD054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD054D

Black with #AD054D

Text Example


Text Example

White with #AD054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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