Html Css Color HEX #AD0057 Jazzberry Jam

📋 copy color: '#AD0057'

red 173 ◦ green 0 ◦ blue 87

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

Shades of Jazzberry Jam #AD0057

Tints of Jazzberry Jam #AD0057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.46%

R = 66.54%
G = 0%
B = 33.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD0057 (or 0xAD0057) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 57. RGB value is (173,0,87). Sum of RGB (Red+Green+Blue) = 173+0+87=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0057 is #52FFA8. Grayscale: #3D3D3D. Windows color (decimal): -5439401 or 5701805. OLE color: 5701805.

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

Color convert

RGB 173 0 87 -
CMYK 0 1 0.50 0.32
HSL 329.83º 1% 0.34% -
HSV(B) 329.83º 1% 0.68% -
XYZ 18.95 9.57 9.87 -
YUV 61.65 142.31 207.43 -
System Red Green Blue C M Y K H S L
Decimal 173 0 87 0 1 0.50 0.32 329.83 1 0.34
Hex AD 0 57 0 64 32 20 14A 64 22
Octal 255 0 127 0 144 62 40 512 144 42
Binary 10101101 0 1010111 0 1100100 110010 100000 101001010 1100100 100010

Color Harmonies of #AD0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0057

Black with #AD0057

Text Example


Text Example

White with #AD0057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0057; }

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

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

background-color css

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

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

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

border-color css

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

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

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