Html Css Color HEX #AD055F Jazzberry Jam

📋 copy color: '#AD055F'

red 173 ◦ green 5 ◦ blue 95

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

Shades of Jazzberry Jam #AD055F

Tints of Jazzberry Jam #AD055F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 63.37%
G = 1.83%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD055F (or 0xAD055F) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 5F. RGB value is (173,5,95). Sum of RGB (Red+Green+Blue) = 173+5+95=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD055F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD055F is #52FAA0. Grayscale: #414141. Windows color (decimal): -5438113 or 6227373. OLE color: 6227373.

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

Color convert

RGB 173 5 95 -
CMYK 0 0.97 0.45 0.32
HSL 327.86º 0.94% 0.35% -
HSV(B) 327.86º 0.97% 0.68% -
XYZ 19.35 9.82 11.7 -
YUV 65.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 173 5 95 0 0.97 0.45 0.32 327.86 0.94 0.35
Hex AD 5 5F 0 61 2D 20 148 5E 23
Octal 255 5 137 0 141 55 40 510 136 43
Binary 10101101 101 1011111 0 1100001 101101 100000 101001000 1011110 100011

Color Harmonies of #AD055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD055F

Black with #AD055F

Text Example


Text Example

White with #AD055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD055F; }

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

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

background-color css

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

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

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

border-color css

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

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

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