Html Css Color HEX #AD0160 Jazzberry Jam

📋 copy color: '#AD0160'

red 173 ◦ green 1 ◦ blue 96

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

Shades of Jazzberry Jam #AD0160

Tints of Jazzberry Jam #AD0160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.56%

R = 64.07%
G = 0.37%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD0160 (or 0xAD0160) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 60. RGB value is (173,1,96). Sum of RGB (Red+Green+Blue) = 173+1+96=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0160 is #52FE9F. Grayscale: #3F3F3F. Windows color (decimal): -5439136 or 6291885. OLE color: 6291885.

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

Color convert

RGB 173 1 96 -
CMYK 0 0.99 0.45 0.32
HSL 326.86º 0.99% 0.34% -
HSV(B) 326.86º 0.99% 0.68% -
XYZ 19.36 9.75 11.93 -
YUV 63.26 146.48 206.28 -
System Red Green Blue C M Y K H S L
Decimal 173 1 96 0 0.99 0.45 0.32 326.86 0.99 0.34
Hex AD 1 60 0 63 2D 20 147 63 22
Octal 255 1 140 0 143 55 40 507 143 42
Binary 10101101 1 1100000 0 1100011 101101 100000 101000111 1100011 100010

Color Harmonies of #AD0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0160

Black with #AD0160

Text Example


Text Example

White with #AD0160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0160; }

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

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

background-color css

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

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

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

border-color css

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

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

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