Html Css Color HEX #AD0066 Jazzberry Jam

📋 copy color: '#AD0066'

red 173 ◦ green 0 ◦ blue 102

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

Shades of Jazzberry Jam #AD0066

Tints of Jazzberry Jam #AD0066

RGB

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

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

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

R = 62.91%
G = 0%
B = 37.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD0066 (or 0xAD0066) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 66. RGB value is (173,0,102). Sum of RGB (Red+Green+Blue) = 173+0+102=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0066 is #52FF99. Grayscale: #3F3F3F. Windows color (decimal): -5439386 or 6684845. OLE color: 6684845.

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

Color convert

RGB 173 0 102 -
CMYK 0 1 0.41 0.32
HSL 324.62º 1% 0.34% -
HSV(B) 324.62º 1% 0.68% -
XYZ 19.63 9.84 13.44 -
YUV 63.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 173 0 102 0 1 0.41 0.32 324.62 1 0.34
Hex AD 0 66 0 64 29 20 145 64 22
Octal 255 0 146 0 144 51 40 505 144 42
Binary 10101101 0 1100110 0 1100100 101001 100000 101000101 1100100 100010

Color Harmonies of #AD0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0066

Black with #AD0066

Text Example


Text Example

White with #AD0066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0066; }

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

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

background-color css

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

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

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

border-color css

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

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

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