Html Css Color HEX #AD0068 Jazzberry Jam

📋 copy color: '#AD0068'

red 173 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #AD0068

Tints of Jazzberry Jam #AD0068

RGB

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

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

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

R = 62.45%
G = 0%
B = 37.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD0068 (or 0xAD0068) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 68. RGB value is (173,0,104). Sum of RGB (Red+Green+Blue) = 173+0+104=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0068 is #52FF97. Grayscale: #3F3F3F. Windows color (decimal): -5439384 or 6815917. OLE color: 6815917.

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

Color convert

RGB 173 0 104 -
CMYK 0 1 0.40 0.32
HSL 323.93º 1% 0.34% -
HSV(B) 323.93º 1% 0.68% -
XYZ 19.73 9.88 13.96 -
YUV 63.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 173 0 104 0 1 0.40 0.32 323.93 1 0.34
Hex AD 0 68 0 64 28 20 144 64 22
Octal 255 0 150 0 144 50 40 504 144 42
Binary 10101101 0 1101000 0 1100100 101000 100000 101000100 1100100 100010

Color Harmonies of #AD0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0068

Black with #AD0068

Text Example


Text Example

White with #AD0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0068; }

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

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

background-color css

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

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

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

border-color css

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

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

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