Html Css Color HEX #AD0055 Jazzberry Jam

📋 copy color: '#AD0055'

red 173 ◦ green 0 ◦ blue 85

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

Shades of Jazzberry Jam #AD0055

Tints of Jazzberry Jam #AD0055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 32.95%

R = 67.05%
G = 0%
B = 32.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD0055 (or 0xAD0055) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 55. RGB value is (173,0,85). Sum of RGB (Red+Green+Blue) = 173+0+85=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0055 is #52FFAA. Grayscale: #3D3D3D. Windows color (decimal): -5439403 or 5570733. OLE color: 5570733.

HSL color Cylindrical-coordinate representation of color #AD0055: hue angle of 330.52º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0055 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 0 85 -
CMYK 0 1 0.51 0.32
HSL 330.52º 1% 0.34% -
HSV(B) 330.52º 1% 0.68% -
XYZ 18.87 9.54 9.44 -
YUV 61.42 141.31 207.59 -
System Red Green Blue C M Y K H S L
Decimal 173 0 85 0 1 0.51 0.32 330.52 1 0.34
Hex AD 0 55 0 64 33 20 14B 64 22
Octal 255 0 125 0 144 63 40 513 144 42
Binary 10101101 0 1010101 0 1100100 110011 100000 101001011 1100100 100010

Color Harmonies of #AD0055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0055

Black with #AD0055

Text Example


Text Example

White with #AD0055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0055; }

 p { color: rgb(173,0,85); }

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

background-color css

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

 a { background-color: rgb(173,0,85); }

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

border-color css

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

 span { border-color: rgb(173,0,85); }

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