Html Css Color HEX #AD0565 Jazzberry Jam

📋 copy color: '#AD0565'

red 173 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #AD0565

Tints of Jazzberry Jam #AD0565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 62.01%
G = 1.79%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD0565 (or 0xAD0565) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 65. RGB value is (173,5,101). Sum of RGB (Red+Green+Blue) = 173+5+101=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0565 is #52FA9A. Grayscale: #414141. Windows color (decimal): -5438107 or 6620589. OLE color: 6620589.

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

Color convert

RGB 173 5 101 -
CMYK 0 0.97 0.42 0.32
HSL 325.71º 0.94% 0.35% -
HSV(B) 325.71º 0.97% 0.68% -
XYZ 19.64 9.93 13.19 -
YUV 66.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 173 5 101 0 0.97 0.42 0.32 325.71 0.94 0.35
Hex AD 5 65 0 61 2A 20 146 5E 23
Octal 255 5 145 0 141 52 40 506 136 43
Binary 10101101 101 1100101 0 1100001 101010 100000 101000110 1011110 100011

Color Harmonies of #AD0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0565

Black with #AD0565

Text Example


Text Example

White with #AD0565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0565; }

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

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

background-color css

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

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

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

border-color css

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

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

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