Html Css Color HEX #AD106D Jazzberry Jam

📋 copy color: '#AD106D'

red 173 ◦ green 16 ◦ blue 109

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

Shades of Jazzberry Jam #AD106D

Tints of Jazzberry Jam #AD106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 58.05%
G = 5.37%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD106D (or 0xAD106D) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 6D. RGB value is (173,16,109). Sum of RGB (Red+Green+Blue) = 173+16+109=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD106D is #52EF92. Grayscale: #494949. Windows color (decimal): -5435283 or 7147693. OLE color: 7147693.

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

Color convert

RGB 173 16 109 -
CMYK 0 0.91 0.37 0.32
HSL 324.46º 0.83% 0.37% -
HSV(B) 324.46º 0.91% 0.68% -
XYZ 20.18 10.36 15.4 -
YUV 73.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 173 16 109 0 0.91 0.37 0.32 324.46 0.83 0.37
Hex AD 10 6D 0 5B 25 20 144 53 25
Octal 255 20 155 0 133 45 40 504 123 45
Binary 10101101 10000 1101101 0 1011011 100101 100000 101000100 1010011 100101

Color Harmonies of #AD106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD106D

Black with #AD106D

Text Example


Text Example

White with #AD106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD106D; }

 p { color: rgb(173,16,109); }

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

background-color css

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

 a { background-color: rgb(173,16,109); }

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

border-color css

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

 span { border-color: rgb(173,16,109); }

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