Html Css Color HEX #AD106B Jazzberry Jam

📋 copy color: '#AD106B'

red 173 ◦ green 16 ◦ blue 107

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

Shades of Jazzberry Jam #AD106B

Tints of Jazzberry Jam #AD106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 58.45%
G = 5.41%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD106B (or 0xAD106B) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 6B. RGB value is (173,16,107). Sum of RGB (Red+Green+Blue) = 173+16+107=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD106B is #52EF94. Grayscale: #494949. Windows color (decimal): -5435285 or 7016621. OLE color: 7016621.

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

Color convert

RGB 173 16 107 -
CMYK 0 0.91 0.38 0.32
HSL 325.22º 0.83% 0.37% -
HSV(B) 325.22º 0.91% 0.68% -
XYZ 20.07 10.32 14.84 -
YUV 73.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 173 16 107 0 0.91 0.38 0.32 325.22 0.83 0.37
Hex AD 10 6B 0 5B 26 20 145 53 25
Octal 255 20 153 0 133 46 40 505 123 45
Binary 10101101 10000 1101011 0 1011011 100110 100000 101000101 1010011 100101

Color Harmonies of #AD106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD106B

Black with #AD106B

Text Example


Text Example

White with #AD106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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