Html Css Color HEX #AD165D Jazzberry Jam

📋 copy color: '#AD165D'

red 173 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #AD165D

Tints of Jazzberry Jam #AD165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.64%

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 60.07%
G = 7.64%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD165D (or 0xAD165D) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 5D. RGB value is (173,22,93). Sum of RGB (Red+Green+Blue) = 173+22+93=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD165D is #52E9A2. Grayscale: #4B4B4B. Windows color (decimal): -5433763 or 6100653. OLE color: 6100653.

HSL color Cylindrical-coordinate representation of color #AD165D: hue angle of 331.79º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD165D is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 22 93 -
CMYK 0 0.87 0.46 0.32
HSL 331.79º 0.77% 0.38% -
HSV(B) 331.79º 0.87% 0.68% -
XYZ 19.5 10.25 11.31 -
YUV 75.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 173 22 93 0 0.87 0.46 0.32 331.79 0.77 0.38
Hex AD 16 5D 0 57 2E 20 14C 4D 26
Octal 255 26 135 0 127 56 40 514 115 46
Binary 10101101 10110 1011101 0 1010111 101110 100000 101001100 1001101 100110

Color Harmonies of #AD165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD165D

Black with #AD165D

Text Example


Text Example

White with #AD165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD165D; }

 p { color: rgb(173,22,93); }

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

background-color css

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

 a { background-color: rgb(173,22,93); }

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

border-color css

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

 span { border-color: rgb(173,22,93); }

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