Html Css Color HEX #AD0159 Jazzberry Jam

📋 copy color: '#AD0159'

red 173 ◦ green 1 ◦ blue 89

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

Shades of Jazzberry Jam #AD0159

Tints of Jazzberry Jam #AD0159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 89 (35.16% from 255) = 33.84%

R = 65.78%
G = 0.38%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD0159 (or 0xAD0159) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 59. RGB value is (173,1,89). Sum of RGB (Red+Green+Blue) = 173+1+89=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0159 is #52FEA6. Grayscale: #3E3E3E. Windows color (decimal): -5439143 or 5833133. OLE color: 5833133.

HSL color Cylindrical-coordinate representation of color #AD0159: hue angle of 329.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0159 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 89 -
CMYK 0 0.99 0.49 0.32
HSL 329.3º 0.99% 0.34% -
HSV(B) 329.3º 0.99% 0.68% -
XYZ 19.05 9.63 10.31 -
YUV 62.46 142.98 206.84 -
System Red Green Blue C M Y K H S L
Decimal 173 1 89 0 0.99 0.49 0.32 329.3 0.99 0.34
Hex AD 1 59 0 63 31 20 149 63 22
Octal 255 1 131 0 143 61 40 511 143 42
Binary 10101101 1 1011001 0 1100011 110001 100000 101001001 1100011 100010

Color Harmonies of #AD0159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0159

Black with #AD0159

Text Example


Text Example

White with #AD0159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0159; }

 p { color: rgb(173,1,89); }

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

background-color css

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

 a { background-color: rgb(173,1,89); }

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

border-color css

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

 span { border-color: rgb(173,1,89); }

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