Html Css Color HEX #AD0665 Jazzberry Jam

📋 copy color: '#AD0665'

red 173 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #AD0665

Tints of Jazzberry Jam #AD0665

RGB

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

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

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

R = 61.79%
G = 2.14%
B = 36.07%

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

#AD0665 (or 0xAD0665) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 65. RGB value is (173,6,101). Sum of RGB (Red+Green+Blue) = 173+6+101=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0665 is #52F99A. Grayscale: #424242. Windows color (decimal): -5437851 or 6620845. OLE color: 6620845.

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

Color convert

RGB 173 6 101 -
CMYK 0 0.97 0.42 0.32
HSL 325.87º 0.93% 0.35% -
HSV(B) 325.87º 0.97% 0.68% -
XYZ 19.65 9.95 13.2 -
YUV 66.76 147.33 203.78 -
System Red Green Blue C M Y K H S L
Decimal 173 6 101 0 0.97 0.42 0.32 325.87 0.93 0.35
Hex AD 6 65 0 61 2A 20 146 5D 23
Octal 255 6 145 0 141 52 40 506 135 43
Binary 10101101 110 1100101 0 1100001 101010 100000 101000110 1011101 100011

Color Harmonies of #AD0665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0665

Black with #AD0665

Text Example


Text Example

White with #AD0665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0665; }

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

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

background-color css

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

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

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

border-color css

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

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

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