Html Css Color HEX #AD106C Jazzberry Jam

📋 copy color: '#AD106C'

red 173 ◦ green 16 ◦ blue 108

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

Shades of Jazzberry Jam #AD106C

Tints of Jazzberry Jam #AD106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 58.25%
G = 5.39%
B = 36.36%

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

#AD106C (or 0xAD106C) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 6C. RGB value is (173,16,108). Sum of RGB (Red+Green+Blue) = 173+16+108=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD106C is #52EF93. Grayscale: #494949. Windows color (decimal): -5435284 or 7082157. OLE color: 7082157.

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

Color convert

RGB 173 16 108 -
CMYK 0 0.91 0.38 0.32
HSL 324.84º 0.83% 0.37% -
HSV(B) 324.84º 0.91% 0.68% -
XYZ 20.13 10.34 15.12 -
YUV 73.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 173 16 108 0 0.91 0.38 0.32 324.84 0.83 0.37
Hex AD 10 6C 0 5B 26 20 145 53 25
Octal 255 20 154 0 133 46 40 505 123 45
Binary 10101101 10000 1101100 0 1011011 100110 100000 101000101 1010011 100101

Color Harmonies of #AD106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD106C

Black with #AD106C

Text Example


Text Example

White with #AD106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD106C; }

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

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

background-color css

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

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

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

border-color css

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

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

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