Html Css Color HEX #AD1165 Jazzberry Jam

📋 copy color: '#AD1165'

red 173 ◦ green 17 ◦ blue 101

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

Shades of Jazzberry Jam #AD1165

Tints of Jazzberry Jam #AD1165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

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

R = 59.45%
G = 5.84%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD1165 (or 0xAD1165) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 65. RGB value is (173,17,101). Sum of RGB (Red+Green+Blue) = 173+17+101=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1165 is #52EE9A. Grayscale: #494949. Windows color (decimal): -5435035 or 6623661. OLE color: 6623661.

HSL color Cylindrical-coordinate representation of color #AD1165: hue angle of 327.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1165 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 101 -
CMYK 0 0.90 0.42 0.32
HSL 327.69º 0.82% 0.37% -
HSV(B) 327.69º 0.9% 0.68% -
XYZ 19.78 10.22 13.24 -
YUV 73.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 173 17 101 0 0.90 0.42 0.32 327.69 0.82 0.37
Hex AD 11 65 0 5A 2A 20 148 52 25
Octal 255 21 145 0 132 52 40 510 122 45
Binary 10101101 10001 1100101 0 1011010 101010 100000 101001000 1010010 100101

Color Harmonies of #AD1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1165

Black with #AD1165

Text Example


Text Example

White with #AD1165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1165; }

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

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

background-color css

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

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

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

border-color css

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

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

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