Html Css Color HEX #AD0668 Jazzberry Jam

📋 copy color: '#AD0668'

red 173 ◦ green 6 ◦ blue 104

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

Shades of Jazzberry Jam #AD0668

Tints of Jazzberry Jam #AD0668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 61.13%
G = 2.12%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD0668 (or 0xAD0668) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 68. RGB value is (173,6,104). Sum of RGB (Red+Green+Blue) = 173+6+104=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0668 is #52F997. Grayscale: #424242. Windows color (decimal): -5437848 or 6817453. OLE color: 6817453.

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

Color convert

RGB 173 6 104 -
CMYK 0 0.97 0.40 0.32
HSL 324.79º 0.93% 0.35% -
HSV(B) 324.79º 0.97% 0.68% -
XYZ 19.8 10.01 13.99 -
YUV 67.11 148.83 203.53 -
System Red Green Blue C M Y K H S L
Decimal 173 6 104 0 0.97 0.40 0.32 324.79 0.93 0.35
Hex AD 6 68 0 61 28 20 145 5D 23
Octal 255 6 150 0 141 50 40 505 135 43
Binary 10101101 110 1101000 0 1100001 101000 100000 101000101 1011101 100011

Color Harmonies of #AD0668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0668

Black with #AD0668

Text Example


Text Example

White with #AD0668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0668; }

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

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

background-color css

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

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

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

border-color css

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

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

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