Html Css Color HEX #AD0566 Jazzberry Jam

📋 copy color: '#AD0566'

red 173 ◦ green 5 ◦ blue 102

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

Shades of Jazzberry Jam #AD0566

Tints of Jazzberry Jam #AD0566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.43%

R = 61.79%
G = 1.79%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD0566 (or 0xAD0566) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 66. RGB value is (173,5,102). Sum of RGB (Red+Green+Blue) = 173+5+102=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0566 is #52FA99. Grayscale: #424242. Windows color (decimal): -5438106 or 6686125. OLE color: 6686125.

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

Color convert

RGB 173 5 102 -
CMYK 0 0.97 0.41 0.32
HSL 325.36º 0.94% 0.35% -
HSV(B) 325.36º 0.97% 0.68% -
XYZ 19.69 9.95 13.45 -
YUV 66.29 148.16 204.11 -
System Red Green Blue C M Y K H S L
Decimal 173 5 102 0 0.97 0.41 0.32 325.36 0.94 0.35
Hex AD 5 66 0 61 29 20 145 5E 23
Octal 255 5 146 0 141 51 40 505 136 43
Binary 10101101 101 1100110 0 1100001 101001 100000 101000101 1011110 100011

Color Harmonies of #AD0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0566

Black with #AD0566

Text Example


Text Example

White with #AD0566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0566; }

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

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

background-color css

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

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

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

border-color css

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

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

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