Html Css Color HEX #AD0657 Jazzberry Jam

📋 copy color: '#AD0657'

red 173 ◦ green 6 ◦ blue 87

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

Shades of Jazzberry Jam #AD0657

Tints of Jazzberry Jam #AD0657

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 65.04%
G = 2.26%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD0657 (or 0xAD0657) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 57. RGB value is (173,6,87). Sum of RGB (Red+Green+Blue) = 173+6+87=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0657 is #52F9A8. Grayscale: #414141. Windows color (decimal): -5437865 or 5703341. OLE color: 5703341.

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

Color convert

RGB 173 6 87 -
CMYK 0 0.97 0.50 0.32
HSL 330.9º 0.93% 0.35% -
HSV(B) 330.9º 0.97% 0.68% -
XYZ 19.02 9.7 9.89 -
YUV 65.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 173 6 87 0 0.97 0.50 0.32 330.9 0.93 0.35
Hex AD 6 57 0 61 32 20 14B 5D 23
Octal 255 6 127 0 141 62 40 513 135 43
Binary 10101101 110 1010111 0 1100001 110010 100000 101001011 1011101 100011

Color Harmonies of #AD0657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0657

Black with #AD0657

Text Example


Text Example

White with #AD0657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0657; }

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

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

background-color css

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

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

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

border-color css

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

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

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